#860105

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

Shades of Sangria #860105

Tints of Sangria #860105

Color information

#860105 (or 0x860105) is unknown color: approx Sangria. HEX triplet: 86, 01 and 05. RGB value is (134,1,5). Sum of RGB (Red+Green+Blue) = 134+1+5=140 (18% of max value = 765). Red value is 134 (52.73% from 255 or 95.71% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 134 - color contains mainly: red. Hex color #860105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860105 is #79FEFA. Grayscale: #292929. Windows color (decimal): -7995131 or 328070. OLE color: 328070.

HSL color Cylindrical-coordinate representation of color #860105: hue angle of 358.2º 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 #860105 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB13415-
CMYK00.990.960.47
HSL358.2º98.52%26.47%-
HSV(B)358.2º99.25%52.55%-
XYZ9.875.10.61-
YUV41.22107.56194.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 95.71%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 5 (2.34% from 255) = 3.57%
R=95.71%
G=0.71%
B=3.57%

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
Decimal1341500.990.960.47358.298.5226.47
Hex8615063602F166631a
Octal2061501431405754614332
Binary100001101101011000111100000101111101100110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860105; }

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

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

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

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

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

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

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

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