#792132

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

Shades of Scarlett #792132

Tints of Scarlett #792132

Color information

#792132 (or 0x792132) is unknown color: approx Scarlett. HEX triplet: 79, 21 and 32. RGB value is (121,33,50). Sum of RGB (Red+Green+Blue) = 121+33+50=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #792132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792132 is #86DECD. Grayscale: #3D3D3D. Windows color (decimal): -8838862 or 3285369. OLE color: 3285369.

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

Color convert

RGB1213350-
CMYK00.730.590.53
HSL348.41º57.14%30.2%-
HSV(B)348.41º72.73%47.45%-
XYZ95.383.58-
YUV61.25121.65170.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.31%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 50 (19.92% from 255) = 24.51%
R=59.31%
G=16.18%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121335000.730.590.53348.4157.1430.2
Hex7921320493B3515c391e
Octal1714162011173655347136
Binary11110011000011100100100100111101111010110101110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792132; }

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

 H1.HeaderClassName
 {
   color: #792132;
 }
 .AnyTagClassName
 {
   color: #792132;
 }
</style>
background-color css

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

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

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

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

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

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