Html Css Color HEX #79212C Scarlett

📋 copy color: '#79212C'

red 121 ◦ green 33 ◦ blue 44

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

Shades of Scarlett #79212C

Tints of Scarlett #79212C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.22%

R = 61.11%
G = 16.67%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#79212C (or 0x79212C) is known color: Scarlett. HEX triplet: 79, 21 and 2C. RGB value is (121,33,44). Sum of RGB (Red+Green+Blue) = 121+33+44=198 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.11% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 121 - color contains mainly: red. Hex color #79212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79212C is #86DED3. Grayscale: #3C3C3C. Windows color (decimal): -8838868 or 2892153. OLE color: 2892153.

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

Color convert

RGB 121 33 44 -
CMYK 0 0.73 0.64 0.53
HSL 352.5º 0.57% 0.3% -
HSV(B) 352.5º 0.73% 0.47% -
XYZ 8.88 5.33 2.94 -
YUV 60.57 118.65 171.11 -
System Red Green Blue C M Y K H S L
Decimal 121 33 44 0 0.73 0.64 0.53 352.5 0.57 0.3
Hex 79 21 2C 0 49 40 35 160 39 1E
Octal 171 41 54 0 111 100 65 540 71 36
Binary 1111001 100001 101100 0 1001001 1000000 110101 101100000 111001 11110

Color Harmonies of #79212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79212C

Black with #79212C

Text Example


Text Example

White with #79212C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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