#860903

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

Shades of Dark Red #860903

Tints of Dark Red #860903

Color information

#860903 (or 0x860903) is unknown color: approx Dark Red. HEX triplet: 86, 09 and 03. RGB value is (134,9,3). Sum of RGB (Red+Green+Blue) = 134+9+3=146 (19% of max value = 765). Red value is 134 (52.73% from 255 or 91.78% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 134 - color contains mainly: red. Hex color #860903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860903 is #79F6FC. Grayscale: #2D2D2D. Windows color (decimal): -7993085 or 199046. OLE color: 199046.

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

Color convert

RGB13493-
CMYK00.930.980.47
HSL2.75º95.62%26.86%-
HSV(B)2.75º97.76%52.55%-
XYZ9.955.270.58-
YUV45.69103.91190.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 91.78%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 3 (1.56% from 255) = 2.05%
R=91.78%
G=6.16%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349300.930.980.472.7595.6226.86
Hex869305D622F3601b
Octal206113013514257314033
Binary1000011010011101011101110001010111111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860903; }

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

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

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

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

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

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

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

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