Html Css Color HEX #79212F Scarlett

📋 copy color: '#79212F'

red 121 ◦ green 33 ◦ blue 47

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

Shades of Scarlett #79212F

Tints of Scarlett #79212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.42%

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

R = 60.2%
G = 16.42%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#79212F (or 0x79212F) is known color: Scarlett. HEX triplet: 79, 21 and 2F. RGB value is (121,33,47). Sum of RGB (Red+Green+Blue) = 121+33+47=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #79212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79212F is #86DED0. Grayscale: #3C3C3C. Windows color (decimal): -8838865 or 3088761. OLE color: 3088761.

HSL color Cylindrical-coordinate representation of color #79212F: hue angle of 350.45º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #79212F is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 33 47 -
CMYK 0 0.73 0.61 0.53
HSL 350.45º 0.57% 0.3% -
HSV(B) 350.45º 0.73% 0.47% -
XYZ 8.94 5.36 3.25 -
YUV 60.91 120.15 170.86 -
System Red Green Blue C M Y K H S L
Decimal 121 33 47 0 0.73 0.61 0.53 350.45 0.57 0.3
Hex 79 21 2F 0 49 3D 35 15E 39 1E
Octal 171 41 57 0 111 75 65 536 71 36
Binary 1111001 100001 101111 0 1001001 111101 110101 101011110 111001 11110

Color Harmonies of #79212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79212F

Black with #79212F

Text Example


Text Example

White with #79212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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