#860205

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

Shades of Sangria #860205

Tints of Sangria #860205

Color information

#860205 (or 0x860205) is unknown color: approx Sangria. HEX triplet: 86, 02 and 05. RGB value is (134,2,5). Sum of RGB (Red+Green+Blue) = 134+2+5=141 (18% of max value = 765). Red value is 134 (52.73% from 255 or 95.04% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 134 - color contains mainly: red. Hex color #860205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860205 is #79FDFA. Grayscale: #292929. Windows color (decimal): -7994875 or 328326. OLE color: 328326.

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

Color convert

RGB13425-
CMYK00.990.960.47
HSL358.64º97.06%26.67%-
HSV(B)358.64º98.51%52.55%-
XYZ9.885.120.61-
YUV41.81107.23193.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 95.04%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 5 (2.34% from 255) = 3.55%
R=95.04%
G=1.42%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342500.990.960.47358.6497.0626.67
Hex8625063602F167611b
Octal2062501431405754714133
Binary1000011010101011000111100000101111101100111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860205; }

 p { color: rgb(134,2,5); }

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

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

 a { background-color: rgb(134,2,5); }

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

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

 span { border-color: rgb(134,2,5); }

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