#85010E

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

Shades of Sangria #85010E

Tints of Sangria #85010E

Color information

#85010E (or 0x85010E) is unknown color: approx Sangria. HEX triplet: 85, 01 and 0E. RGB value is (133,1,14). Sum of RGB (Red+Green+Blue) = 133+1+14=148 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.86% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 133 - color contains mainly: red. Hex color #85010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85010E is #7AFEF1. Grayscale: #2A2A2A. Windows color (decimal): -8060658 or 917893. OLE color: 917893.

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

Color convert

RGB133114-
CMYK00.990.890.48
HSL354.09º98.51%26.27%-
HSV(B)354.09º99.25%52.16%-
XYZ9.765.040.87-
YUV41.95112.23192.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 89.86%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 14 (5.86% from 255) = 9.46%
R=89.86%
G=0.68%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311400.990.890.48354.0998.5126.27
Hex851E0635930162631a
Octal20511601431316054214332
Binary1000010111110011000111011001110000101100010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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