#860104

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

Shades of Sangria #860104

Tints of Sangria #860104

Color information

#860104 (or 0x860104) is unknown color: approx Sangria. HEX triplet: 86, 01 and 04. RGB value is (134,1,4). Sum of RGB (Red+Green+Blue) = 134+1+4=139 (18% of max value = 765). Red value is 134 (52.73% from 255 or 96.40% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 134 - color contains mainly: red. Hex color #860104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860104 is #79FEFB. Grayscale: #292929. Windows color (decimal): -7995132 or 262534. OLE color: 262534.

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

Color convert

RGB13414-
CMYK00.990.970.47
HSL358.65º98.52%26.47%-
HSV(B)358.65º99.25%52.55%-
XYZ9.865.10.58-
YUV41.11107.06194.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 96.40%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=96.40%
G=0.72%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341400.990.970.47358.6598.5226.47
Hex8614063612F167631a
Octal2061401431415754714332
Binary100001101100011000111100001101111101100111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860104; }

 p { color: rgb(134,1,4); }

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

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

 a { background-color: rgb(134,1,4); }

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

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

 span { border-color: rgb(134,1,4); }

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