#79232B

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

Shades of Scarlett #79232B

Tints of Scarlett #79232B

Color information

#79232B (or 0x79232B) is unknown color: approx Scarlett. HEX triplet: 79, 23 and 2B. RGB value is (121,35,43). Sum of RGB (Red+Green+Blue) = 121+35+43=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #79232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79232B is #86DCD4. Grayscale: #3D3D3D. Windows color (decimal): -8838357 or 2827129. OLE color: 2827129.

HSL color Cylindrical-coordinate representation of color #79232B: hue angle of 354.42º 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 #79232B is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1213543-
CMYK00.710.640.53
HSL354.42º55.13%30.59%-
HSV(B)354.42º71.07%47.45%-
XYZ8.925.442.87-
YUV61.63117.49170.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.80%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=60.80%
G=17.59%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121354300.710.640.53354.4255.1330.59
Hex79232B0474035162371f
Octal17143530107100655426737
Binary111100110001110101101000111100000011010110110001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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