#860712

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

Shades of Sangria #860712

Tints of Sangria #860712

Color information

#860712 (or 0x860712) is unknown color: approx Sangria. HEX triplet: 86, 07 and 12. RGB value is (134,7,18). Sum of RGB (Red+Green+Blue) = 134+7+18=159 (21% of max value = 765). Red value is 134 (52.73% from 255 or 84.28% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 134 - color contains mainly: red. Hex color #860712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860712 is #79F8ED. Grayscale: #2E2E2E. Windows color (decimal): -7993582 or 1181574. OLE color: 1181574.

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

Color convert

RGB134718-
CMYK00.950.870.47
HSL354.8º90.07%27.65%-
HSV(B)354.8º94.78%52.55%-
XYZ10.025.261.06-
YUV46.23112.08190.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 84.28%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=84.28%
G=4.40%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13471800.950.870.47354.890.0727.65
Hex8671205F572F1635a1c
Octal20672201371275754313234
Binary1000011011110010010111111010111101111101100011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860712; }

 p { color: rgb(134,7,18); }

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

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

 a { background-color: rgb(134,7,18); }

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

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

 span { border-color: rgb(134,7,18); }

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