Html Css Color HEX #79242F Scarlett

📋 copy color: '#79242F'

red 121 ◦ green 36 ◦ blue 47

#79242F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlett #79242F

Tints of Scarlett #79242F

RGB

 RED value IS 121 (47.66% from 255) = 59.31%

 GREEN value IS 36 (14.45% from 255) = 17.65%

 BLUE value IS 47 (18.75% from 255) = 23.04%

R = 59.31%
G = 17.65%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#79242F (or 0x79242F) is known color: Scarlett. HEX triplet: 79, 24 and 2F. RGB value is (121,36,47). Sum of RGB (Red+Green+Blue) = 121+36+47=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #79242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79242F is #86DBD0. Grayscale: #3E3E3E. Windows color (decimal): -8838097 or 3089529. OLE color: 3089529.

HSL color Cylindrical-coordinate representation of color #79242F: hue angle of 352.24º 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 #79242F is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 36 47 -
CMYK 0 0.70 0.61 0.53
HSL 352.24º 0.54% 0.31% -
HSV(B) 352.24º 0.7% 0.47% -
XYZ 9.03 5.53 3.28 -
YUV 62.67 119.16 169.61 -
System Red Green Blue C M Y K H S L
Decimal 121 36 47 0 0.70 0.61 0.53 352.24 0.54 0.31
Hex 79 24 2F 0 46 3D 35 160 36 1F
Octal 171 44 57 0 106 75 65 540 66 37
Binary 1111001 100100 101111 0 1000110 111101 110101 101100000 110110 11111

Color Harmonies of #79242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79242F

Black with #79242F

Text Example


Text Example

White with #79242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #79242F;
 }
 .AnyTagClassName
 {
   color: #79242F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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