#86090F

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

Shades of Sangria #86090F

Tints of Sangria #86090F

Color information

#86090F (or 0x86090F) is unknown color: approx Sangria. HEX triplet: 86, 09 and 0F. RGB value is (134,9,15). Sum of RGB (Red+Green+Blue) = 134+9+15=158 (20% of max value = 765). Red value is 134 (52.73% from 255 or 84.81% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 134 - color contains mainly: red. Hex color #86090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86090F is #79F6F0. Grayscale: #2F2F2F. Windows color (decimal): -7993073 or 985478. OLE color: 985478.

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

Color convert

RGB134915-
CMYK00.930.890.47
HSL357.12º87.41%28.04%-
HSV(B)357.12º93.28%52.55%-
XYZ10.025.30.95-
YUV47.06109.91190.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 84.81%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 15 (6.25% from 255) = 9.49%
R=84.81%
G=5.70%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13491500.930.890.47357.1287.4128.04
Hex869F05D592F165571c
Octal206111701351315754512734
Binary1000011010011111010111011011001101111101100101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86090F; }

 p { color: rgb(134,9,15); }

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

<style>
 a { background-color: #86090F; }

 a { background-color: rgb(134,9,15); }

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

<style>
 span { border-color: #86090F; }

 span { border-color: rgb(134,9,15); }

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