#85010C

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

Shades of Sangria #85010C

Tints of Sangria #85010C

Color information

#85010C (or 0x85010C) is unknown color: approx Sangria. HEX triplet: 85, 01 and 0C. RGB value is (133,1,12). Sum of RGB (Red+Green+Blue) = 133+1+12=146 (19% of max value = 765). Red value is 133 (52.34% from 255 or 91.10% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 133 - color contains mainly: red. Hex color #85010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85010C is #7AFEF3. Grayscale: #292929. Windows color (decimal): -8060660 or 786821. OLE color: 786821.

HSL color Cylindrical-coordinate representation of color #85010C: hue angle of 355º 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 #85010C is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB133112-
CMYK00.990.910.48
HSL355º98.51%26.27%-
HSV(B)355º99.25%52.16%-
XYZ9.755.030.81-
YUV41.72111.23193.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 91.10%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=91.10%
G=0.68%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311200.990.910.4835598.5126.27
Hex851C0635B30163631a
Octal20511401431336054314332
Binary1000010111100011000111011011110000101100011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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