#792131

Color #792131 Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #792131

Tints of Scarlett #792131

Color information

#792131 (or 0x792131) is unknown color: approx 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

RGB1213349-
CMYK00.730.600.53
HSL349.09º57.14%30.2%-
HSV(B)349.09º72.73%47.45%-
XYZ8.985.373.47-
YUV61.14121.15170.7-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121334900.730.600.53349.0957.1430.2
Hex7921310493C3515d391e
Octal1714161011174655357136
Binary11110011000011100010100100111110011010110101110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>