#860910

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

Shades of Sangria #860910

Tints of Sangria #860910

Color information

#860910 (or 0x860910) is unknown color: approx Sangria. HEX triplet: 86, 09 and 10. RGB value is (134,9,16). Sum of RGB (Red+Green+Blue) = 134+9+16=159 (21% of max value = 765). Red value is 134 (52.73% from 255 or 84.28% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 134 - color contains mainly: red. Hex color #860910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860910 is #79F6EF. Grayscale: #2F2F2F. Windows color (decimal): -7993072 or 1051014. OLE color: 1051014.

HSL color Cylindrical-coordinate representation of color #860910: hue angle of 356.64º 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 #860910 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB134916-
CMYK00.930.880.47
HSL356.64º87.41%28.04%-
HSV(B)356.64º93.28%52.55%-
XYZ10.025.30.99-
YUV47.17110.41189.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 84.28%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 16 (6.64% from 255) = 10.06%
R=84.28%
G=5.66%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13491600.930.880.47356.6487.4128.04
Hex8691005D582F165571c
Octal206112001351305754512734
Binary10000110100110000010111011011000101111101100101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860910; }

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

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

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

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

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

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

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

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