Html Css Color HEX #792932 Scarlett

📋 copy color: '#792932'

red 121 ◦ green 41 ◦ blue 50

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

Shades of Scarlett #792932

Tints of Scarlett #792932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.34%

 BLUE value IS 50 (19.92% from 255) = 23.58%

R = 57.08%
G = 19.34%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#792932 (or 0x792932) is known color: Scarlett. HEX triplet: 79, 29 and 32. RGB value is (121,41,50). Sum of RGB (Red+Green+Blue) = 121+41+50=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #792932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792932 is #86D6CD. Grayscale: #414141. Windows color (decimal): -8836814 or 3287417. OLE color: 3287417.

HSL color Cylindrical-coordinate representation of color #792932: hue angle of 353.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #792932 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 41 50 -
CMYK 0 0.66 0.59 0.53
HSL 353.25º 0.49% 0.32% -
HSV(B) 353.25º 0.66% 0.47% -
XYZ 9.25 5.88 3.67 -
YUV 65.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 121 41 50 0 0.66 0.59 0.53 353.25 0.49 0.32
Hex 79 29 32 0 42 3B 35 161 31 20
Octal 171 51 62 0 102 73 65 541 61 40
Binary 1111001 101001 110010 0 1000010 111011 110101 101100001 110001 100000

Color Harmonies of #792932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792932

Black with #792932

Text Example


Text Example

White with #792932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792932; }

 p { color: rgb(121,41,50); }

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

background-color css

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

 a { background-color: rgb(121,41,50); }

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

border-color css

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

 span { border-color: rgb(121,41,50); }

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