Html Css Color HEX #792131 Scarlett

📋 copy color: '#792131'

red 121 ◦ green 33 ◦ blue 49

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

Shades of Scarlett #792131

Tints of Scarlett #792131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.14%

R = 59.61%
G = 16.26%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#792131 (or 0x792131) is known color: Scarlett. HEX triplet: 79, 21 and 31. RGB value is (121,33,49). Sum of RGB (Red+Green+Blue) = 121+33+49=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #792131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792131 is #86DECE. Grayscale: #3D3D3D. Windows color (decimal): -8838863 or 3219833. OLE color: 3219833.

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

Color convert

RGB 121 33 49 -
CMYK 0 0.73 0.60 0.53
HSL 349.09º 0.57% 0.3% -
HSV(B) 349.09º 0.73% 0.47% -
XYZ 8.98 5.37 3.47 -
YUV 61.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 121 33 49 0 0.73 0.60 0.53 349.09 0.57 0.3
Hex 79 21 31 0 49 3C 35 15D 39 1E
Octal 171 41 61 0 111 74 65 535 71 36
Binary 1111001 100001 110001 0 1001001 111100 110101 101011101 111001 11110

Color Harmonies of #792131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792131

Black with #792131

Text Example


Text Example

White with #792131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792131; }

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

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

background-color css

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

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

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

border-color css

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

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

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