#85162E

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

Shades of Scarlett #85162E

Tints of Scarlett #85162E

Color information

#85162E (or 0x85162E) is unknown color: approx Scarlett. HEX triplet: 85, 16 and 2E. RGB value is (133,22,46). Sum of RGB (Red+Green+Blue) = 133+22+46=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #85162E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85162E is #7AE9D1. Grayscale: #393939. Windows color (decimal): -8055250 or 3020421. OLE color: 3020421.

HSL color Cylindrical-coordinate representation of color #85162E: hue angle of 347.03º 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 #85162E is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1332246-
CMYK00.830.650.48
HSL347.03º71.61%30.39%-
HSV(B)347.03º83.46%52.16%-
XYZ10.455.763.15-
YUV57.92121.27181.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.17%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 46 (18.36% from 255) = 22.89%
R=66.17%
G=10.95%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133224600.830.650.48347.0371.6130.39
Hex85162E053413015b481e
Octal205265601231016053311036
Binary1000010110110101110010100111000001110000101011011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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