#860607

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

Shades of Sangria #860607

Tints of Sangria #860607

Color information

#860607 (or 0x860607) is unknown color: approx Sangria. HEX triplet: 86, 06 and 07. RGB value is (134,6,7). Sum of RGB (Red+Green+Blue) = 134+6+7=147 (19% of max value = 765). Red value is 134 (52.73% from 255 or 91.16% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 134 - color contains mainly: red. Hex color #860607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860607 is #79F9F8. Grayscale: #2C2C2C. Windows color (decimal): -7993849 or 460422. OLE color: 460422.

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

Color convert

RGB13467-
CMYK00.960.950.47
HSL359.53º91.43%27.45%-
HSV(B)359.53º95.52%52.55%-
XYZ9.935.210.68-
YUV44.39106.91191.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 91.16%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 7 (3.12% from 255) = 4.76%
R=91.16%
G=4.08%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346700.960.950.47359.5391.4327.45
Hex86670605F2F1685b1b
Octal2066701401375755013333
Binary10000110110111011000001011111101111101101000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860607; }

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

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

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

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

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

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

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

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