#79242A

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

Shades of Scarlett #79242A

Tints of Scarlett #79242A

Color information

#79242A (or 0x79242A) is unknown color: approx Scarlett. HEX triplet: 79, 24 and 2A. RGB value is (121,36,42). Sum of RGB (Red+Green+Blue) = 121+36+42=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #79242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79242A is #86DBD5. Grayscale: #3E3E3E. Windows color (decimal): -8838102 or 2761849. OLE color: 2761849.

HSL color Cylindrical-coordinate representation of color #79242A: hue angle of 355.76º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #79242A is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1213642-
CMYK00.700.650.53
HSL355.76º54.14%30.78%-
HSV(B)355.76º70.25%47.45%-
XYZ8.935.492.78-
YUV62.1116.66170.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.80%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=60.80%
G=18.09%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121364200.700.650.53355.7654.1430.78
Hex79242A0464135164361f
Octal17144520106101655446637
Binary111100110010010101001000110100000111010110110010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79242A; }

 p { color: rgb(121,36,42); }

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

<style>
 a { background-color: #79242A; }

 a { background-color: rgb(121,36,42); }

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

<style>
 span { border-color: #79242A; }

 span { border-color: rgb(121,36,42); }

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