Html Css Color HEX #860201 Dark Red

📋 copy color: '#860201'

red 134 ◦ green 2 ◦ blue 1

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

Shades of Dark Red #860201

Tints of Dark Red #860201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.46%

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

R = 97.81%
G = 1.46%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#860201 (or 0x860201) is known color: Dark Red. HEX triplet: 86, 02 and 01. RGB value is (134,2,1). Sum of RGB (Red+Green+Blue) = 134+2+1=137 (18% of max value = 765). Red value is 134 (52.73% from 255 or 97.81% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 134 - color contains mainly: red. Hex color #860201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860201 is #79FDFE. Grayscale: #292929. Windows color (decimal): -7994879 or 66182. OLE color: 66182.

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

Color convert

RGB 134 2 1 -
CMYK 0 0.99 0.99 0.47
HSL 0.45º 0.99% 0.26% -
HSV(B) 0.45º 0.99% 0.53% -
XYZ 9.86 5.11 0.5 -
YUV 41.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 134 2 1 0 0.99 0.99 0.47 0.45 0.99 0.26
Hex 86 2 1 0 63 63 2F 0 63 1A
Octal 206 2 1 0 143 143 57 0 143 32
Binary 10000110 10 1 0 1100011 1100011 101111 0 1100011 11010

Color Harmonies of #860201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860201

Black with #860201

Text Example


Text Example

White with #860201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860201; }

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

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

background-color css

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

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

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

border-color css

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

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

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