#860803

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

Shades of Dark Red #860803

Tints of Dark Red #860803

Color information

#860803 (or 0x860803) is unknown color: approx Dark Red. HEX triplet: 86, 08 and 03. RGB value is (134,8,3). Sum of RGB (Red+Green+Blue) = 134+8+3=145 (19% of max value = 765). Red value is 134 (52.73% from 255 or 92.41% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 134 - color contains mainly: red. Hex color #860803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860803 is #79F7FC. Grayscale: #2D2D2D. Windows color (decimal): -7993341 or 198790. OLE color: 198790.

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

Color convert

RGB13483-
CMYK00.940.980.47
HSL2.29º95.62%26.86%-
HSV(B)2.29º97.76%52.55%-
XYZ9.935.250.58-
YUV45.1104.24191.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 92.41%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 3 (1.56% from 255) = 2.07%
R=92.41%
G=5.52%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348300.940.980.472.2995.6226.86
Hex868305E622F2601b
Octal206103013614257214033
Binary1000011010001101011110110001010111110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860803; }

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

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

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

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

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

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

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

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