#79232D

Color #79232D Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #79232D

Tints of Scarlett #79232D

Color information

#79232D (or 0x79232D) is unknown color: approx Scarlett. HEX triplet: 79, 23 and 2D. RGB value is (121,35,45). Sum of RGB (Red+Green+Blue) = 121+35+45=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #79232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79232D is #86DCD2. Grayscale: #3D3D3D. Windows color (decimal): -8838355 or 2958201. OLE color: 2958201.

HSL color Cylindrical-coordinate representation of color #79232D: hue angle of 353.02º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #79232D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1213545-
CMYK00.710.630.53
HSL353.02º55.13%30.59%-
HSV(B)353.02º71.07%47.45%-
XYZ8.965.463.06-
YUV61.85118.49170.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 60.20%
GREEN value IS 35 (14.06% from 255) = 17.41%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=60.20%
G=17.41%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121354500.710.630.53353.0255.1330.59
Hex79232D0473F35161371f
Octal1714355010777655416737
Binary11110011000111011010100011111111111010110110000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79232D; }

 p { color: rgb(121,35,45); }

 H1.HeaderClassName
 {
   color: #79232D;
 }
 .AnyTagClassName
 {
   color: #79232D;
 }
</style>
background-color css

<style>
 a { background-color: #79232D; }

 a { background-color: rgb(121,35,45); }

 div.DivClassName
 {
   background-color: #79232D;
 }
 .BgClassName
 {
   background-color: #79232D;
 }
</style>
border-color css

<style>
 span { border-color: #79232D; }

 span { border-color: rgb(121,35,45); }

 td.TdClassName
 {
   border-color: #79232D;
 }
 .TagClassName
 {
   border-color: #79232D;
 }
</style>