#85000D

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

Shades of Sangria #85000D

Tints of Sangria #85000D

Color information

#85000D (or 0x85000D) is unknown color: approx Sangria. HEX triplet: 85, 00 and 0D. RGB value is (133,0,13). Sum of RGB (Red+Green+Blue) = 133+0+13=146 (19% of max value = 765). Red value is 133 (52.34% from 255 or 91.10% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 133 - color contains mainly: red. Hex color #85000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85000D is #7AFFF2. Grayscale: #292929. Windows color (decimal): -8060915 or 852101. OLE color: 852101.

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

Color convert

RGB133013-
CMYK010.900.48
HSL354.14º100%26.08%-
HSV(B)354.14º100%52.16%-
XYZ9.755.020.84-
YUV41.25112.06193.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 91.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=91.10%
G=0%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133013010.900.48354.1410026.08
Hex850D0645A30162641a
Octal20501501441326054214432
Binary1000010101101011001001011010110000101100010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85000D; }

 p { color: rgb(133,0,13); }

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

<style>
 a { background-color: #85000D; }

 a { background-color: rgb(133,0,13); }

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

<style>
 span { border-color: #85000D; }

 span { border-color: rgb(133,0,13); }

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