#85090E

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

Shades of Sangria #85090E

Tints of Sangria #85090E

Color information

#85090E (or 0x85090E) is unknown color: approx Sangria. HEX triplet: 85, 09 and 0E. RGB value is (133,9,14). Sum of RGB (Red+Green+Blue) = 133+9+14=156 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.26% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 133 - color contains mainly: red. Hex color #85090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85090E is #7AF6F1. Grayscale: #2E2E2E. Windows color (decimal): -8058610 or 919941. OLE color: 919941.

HSL color Cylindrical-coordinate representation of color #85090E: hue angle of 357.58º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85090E is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB133914-
CMYK00.930.890.48
HSL357.58º87.32%27.84%-
HSV(B)357.58º93.23%52.16%-
XYZ9.855.210.9-
YUV46.65109.58189.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 85.26%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 14 (5.86% from 255) = 8.97%
R=85.26%
G=5.77%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13391400.930.890.48357.5887.3227.84
Hex859E05D5930166571c
Octal205111601351316054612734
Binary1000010110011110010111011011001110000101100110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,9,14); }

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

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

 a { background-color: rgb(133,9,14); }

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

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

 span { border-color: rgb(133,9,14); }

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