#860914

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

Shades of Sangria #860914

Tints of Sangria #860914

Color information

#860914 (or 0x860914) is unknown color: approx Sangria. HEX triplet: 86, 09 and 14. RGB value is (134,9,20). Sum of RGB (Red+Green+Blue) = 134+9+20=163 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.21% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 134 - color contains mainly: red. Hex color #860914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860914 is #79F6EB. Grayscale: #2F2F2F. Windows color (decimal): -7993068 or 1313158. OLE color: 1313158.

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

Color convert

RGB134920-
CMYK00.930.850.47
HSL354.72º87.41%28.04%-
HSV(B)354.72º93.28%52.55%-
XYZ10.065.311.16-
YUV47.63112.41189.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 82.21%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=82.21%
G=5.52%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13492000.930.850.47354.7287.4128.04
Hex8691405D552F163571c
Octal206112401351255754312734
Binary10000110100110100010111011010101101111101100011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860914; }

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

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

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

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

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

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

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

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