#860300

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

Shades of Dark Red #860300

Tints of Dark Red #860300

Color information

#860300 (or 0x860300) is unknown color: approx Dark Red. HEX triplet: 86, 03 and 00. RGB value is (134,3,0). Sum of RGB (Red+Green+Blue) = 134+3+0=137 (18% of max value = 765). Red value is 134 (52.73% from 255 or 97.81% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 134 - color contains mainly: red. Hex color #860300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860300 is #79FCFF. Grayscale: #292929. Windows color (decimal): -7994624 or 902. OLE color: 902.

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

Color convert

RGB13430-
CMYK00.9810.47
HSL1.34º100%26.27%-
HSV(B)1.34º100%52.55%-
XYZ9.865.130.47-
YUV41.83104.4193.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 97.81%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.81%
G=2.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343000.9810.471.3410026.27
Hex8630062642F1641a
Octal20630014214457114432
Binary100001101100110001011001001011111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860300; }

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

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

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

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

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

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

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

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