#792233

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

Shades of Scarlett #792233

Tints of Scarlett #792233

Color information

#792233 (or 0x792233) is unknown color: approx Scarlett. HEX triplet: 79, 22 and 33. RGB value is (121,34,51). Sum of RGB (Red+Green+Blue) = 121+34+51=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #792233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792233 is #86DDCC. Grayscale: #3D3D3D. Windows color (decimal): -8838605 or 3351161. OLE color: 3351161.

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

Color convert

RGB1213451-
CMYK00.720.580.53
HSL348.28º56.13%30.39%-
HSV(B)348.28º71.9%47.45%-
XYZ9.055.453.71-
YUV61.95121.82170.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 58.74%
GREEN value IS 34 (13.67% from 255) = 16.50%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=58.74%
G=16.50%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121345100.720.580.53348.2856.1330.39
Hex7922330483A3515c381e
Octal1714263011072655347036
Binary11110011000101100110100100011101011010110101110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792233; }

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

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

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

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

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

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

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

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