#860007

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

Shades of Sangria #860007

Tints of Sangria #860007

Color information

#860007 (or 0x860007) is unknown color: approx Sangria. HEX triplet: 86, 00 and 07. RGB value is (134,0,7). Sum of RGB (Red+Green+Blue) = 134+0+7=141 (18% of max value = 765). Red value is 134 (52.73% from 255 or 95.04% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 134 - color contains mainly: red. Hex color #860007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860007 is #79FFF8. Grayscale: #282828. Windows color (decimal): -7995385 or 458886. OLE color: 458886.

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

Color convert

RGB13407-
CMYK010.950.47
HSL356.87º100%26.27%-
HSV(B)356.87º100%52.55%-
XYZ9.875.080.66-
YUV40.86108.89194.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 95.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 4.96%
R=95.04%
G=0%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13407010.950.47356.8710026.27
Hex86070645F2F165641a
Octal2060701441375754514432
Binary100001100111011001001011111101111101100101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860007; }

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

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

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

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

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

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

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

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