Html Css Color HEX #860901 Dark Red

📋 copy color: '#860901'

red 134 ◦ green 9 ◦ blue 1

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

Shades of Dark Red #860901

Tints of Dark Red #860901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.25%

 BLUE value IS 1 (0.78% from 255) = 0.69%

R = 93.06%
G = 6.25%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#860901 (or 0x860901) is known color: Dark Red. HEX triplet: 86, 09 and 01. RGB value is (134,9,1). Sum of RGB (Red+Green+Blue) = 134+9+1=144 (19% of max value = 765). Red value is 134 (52.73% from 255 or 93.06% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 134 - color contains mainly: red. Hex color #860901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860901 is #79F6FE. Grayscale: #2D2D2D. Windows color (decimal): -7993087 or 67974. OLE color: 67974.

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

Color convert

RGB 134 9 1 -
CMYK 0 0.93 0.99 0.47
HSL 3.61º 0.99% 0.26% -
HSV(B) 3.61º 0.99% 0.53% -
XYZ 9.93 5.27 0.52 -
YUV 45.46 102.91 191.15 -
System Red Green Blue C M Y K H S L
Decimal 134 9 1 0 0.93 0.99 0.47 3.61 0.99 0.26
Hex 86 9 1 0 5D 63 2F 4 63 1A
Octal 206 11 1 0 135 143 57 4 143 32
Binary 10000110 1001 1 0 1011101 1100011 101111 100 1100011 11010

Color Harmonies of #860901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860901

Black with #860901

Text Example


Text Example

White with #860901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860901; }

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

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

background-color css

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

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

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

border-color css

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

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

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