#86000D

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

Shades of Sangria #86000D

Tints of Sangria #86000D

Color information

#86000D (or 0x86000D) is unknown color: approx Sangria. HEX triplet: 86, 00 and 0D. RGB value is (134,0,13). Sum of RGB (Red+Green+Blue) = 134+0+13=147 (19% of max value = 765). Red value is 134 (52.73% from 255 or 91.16% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 134 - color contains mainly: red. Hex color #86000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86000D is #79FFF2. Grayscale: #292929. Windows color (decimal): -7995379 or 852102. OLE color: 852102.

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

Color convert

RGB134013-
CMYK010.900.47
HSL354.18º100%26.27%-
HSV(B)354.18º100%52.55%-
XYZ9.95.10.84-
YUV41.55111.89193.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 91.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 8.84%
R=91.16%
G=0%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134013010.900.47354.1810026.27
Hex860D0645A2F162641a
Octal20601501441325754214432
Binary1000011001101011001001011010101111101100010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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