#85162C

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

Shades of Scarlett #85162C

Tints of Scarlett #85162C

Color information

#85162C (or 0x85162C) is unknown color: approx Scarlett. HEX triplet: 85, 16 and 2C. RGB value is (133,22,44). Sum of RGB (Red+Green+Blue) = 133+22+44=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85162C is #7AE9D3. Grayscale: #393939. Windows color (decimal): -8055252 or 2889349. OLE color: 2889349.

HSL color Cylindrical-coordinate representation of color #85162C: hue angle of 348.11º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85162C is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1332244-
CMYK00.830.670.48
HSL348.11º71.61%30.39%-
HSV(B)348.11º83.46%52.16%-
XYZ10.415.742.94-
YUV57.7120.27181.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.83%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=66.83%
G=11.06%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133224400.830.670.48348.1171.6130.39
Hex85162C053433015c481e
Octal205265401231036053411036
Binary1000010110110101100010100111000011110000101011100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85162C; }

 p { color: rgb(133,22,44); }

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

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

 a { background-color: rgb(133,22,44); }

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

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

 span { border-color: rgb(133,22,44); }

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