#860305

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

Shades of Sangria #860305

Tints of Sangria #860305

Color information

#860305 (or 0x860305) is unknown color: approx Sangria. HEX triplet: 86, 03 and 05. RGB value is (134,3,5). Sum of RGB (Red+Green+Blue) = 134+3+5=142 (18% of max value = 765). Red value is 134 (52.73% from 255 or 94.37% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 134 - color contains mainly: red. Hex color #860305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860305 is #79FCFA. Grayscale: #2A2A2A. Windows color (decimal): -7994619 or 328582. OLE color: 328582.

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

Color convert

RGB13435-
CMYK00.980.960.47
HSL359.08º95.62%26.86%-
HSV(B)359.08º97.76%52.55%-
XYZ9.895.140.62-
YUV42.4106.9193.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 94.37%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 5 (2.34% from 255) = 3.52%
R=94.37%
G=2.11%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343500.980.960.47359.0895.6226.86
Hex8635062602F167601b
Octal2063501421405754714033
Binary1000011011101011000101100000101111101100111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860305; }

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

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

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

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

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

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

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

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