Html Css Color HEX #792232 Scarlett

📋 copy color: '#792232'

red 121 ◦ green 34 ◦ blue 50

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

Shades of Scarlett #792232

Tints of Scarlett #792232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.59%

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

R = 59.02%
G = 16.59%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#792232 (or 0x792232) is known color: Scarlett. HEX triplet: 79, 22 and 32. RGB value is (121,34,50). Sum of RGB (Red+Green+Blue) = 121+34+50=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #792232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792232 is #86DDCD. Grayscale: #3D3D3D. Windows color (decimal): -8838606 or 3285625. OLE color: 3285625.

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

Color convert

RGB 121 34 50 -
CMYK 0 0.72 0.59 0.53
HSL 348.97º 0.56% 0.3% -
HSV(B) 348.97º 0.72% 0.47% -
XYZ 9.03 5.44 3.59 -
YUV 61.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 121 34 50 0 0.72 0.59 0.53 348.97 0.56 0.3
Hex 79 22 32 0 48 3B 35 15D 38 1E
Octal 171 42 62 0 110 73 65 535 70 36
Binary 1111001 100010 110010 0 1001000 111011 110101 101011101 111000 11110

Color Harmonies of #792232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792232

Black with #792232

Text Example


Text Example

White with #792232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792232; }

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

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

background-color css

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

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

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

border-color css

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

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

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