#860503

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

Shades of Dark Red #860503

Tints of Dark Red #860503

Color information

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

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

Color convert

RGB13453-
CMYK00.960.980.47
HSL0.92º95.62%26.86%-
HSV(B)0.92º97.76%52.55%-
XYZ9.95.180.56-
YUV43.34105.24192.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345300.960.980.470.9295.6226.86
Hex8653060622F1601b
Octal20653014014257114033
Binary10000110101110110000011000101011111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860503; }

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

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

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

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

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

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

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

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