Html Css Color HEX #860400 Dark Red

📋 copy color: '#860400'

red 134 ◦ green 4 ◦ blue 0

#860400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #860400

Tints of Dark Red #860400

RGB

 RED value IS 134 (52.73% from 255) = 97.1%

 GREEN value IS 4 (1.95% from 255) = 2.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.1%
G = 2.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#860400 (or 0x860400) is known color: Dark Red. HEX triplet: 86, 04 and 00. RGB value is (134,4,0). Sum of RGB (Red+Green+Blue) = 134+4+0=138 (18% of max value = 765). Red value is 134 (52.73% from 255 or 97.10% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 134 - color contains mainly: red. Hex color #860400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860400 is #79FBFF. Grayscale: #2A2A2A. Windows color (decimal): -7994368 or 1158. OLE color: 1158.

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

Color convert

RGB 134 4 0 -
CMYK 0 0.97 1 0.47
HSL 1.79º 1% 0.26% -
HSV(B) 1.79º 1% 0.53% -
XYZ 9.87 5.16 0.47 -
YUV 42.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 134 4 0 0 0.97 1 0.47 1.79 1 0.26
Hex 86 4 0 0 61 64 2F 2 64 1A
Octal 206 4 0 0 141 144 57 2 144 32
Binary 10000110 100 0 0 1100001 1100100 101111 10 1100100 11010

Color Harmonies of #860400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860400

Black with #860400

Text Example


Text Example

White with #860400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860400; }

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

 H1.HeaderClassName
 {
   color: #860400;
 }
 .AnyTagClassName
 {
   color: #860400;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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