Html Css Color HEX #860100 Dark Red

📋 copy color: '#860100'

red 134 ◦ green 1 ◦ blue 0

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

Shades of Dark Red #860100

Tints of Dark Red #860100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

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

R = 99.26%
G = 0.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#860100 (or 0x860100) is known color: Dark Red. HEX triplet: 86, 01 and 00. RGB value is (134,1,0). Sum of RGB (Red+Green+Blue) = 134+1+0=135 (17% of max value = 765). Red value is 134 (52.73% from 255 or 99.26% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 134 - color contains mainly: red. Hex color #860100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860100 is #79FEFF. Grayscale: #282828. Windows color (decimal): -7995136 or 390. OLE color: 390.

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

Color convert

RGB 134 1 0 -
CMYK 0 0.99 1 0.47
HSL 0.45º 1% 0.26% -
HSV(B) 0.45º 1% 0.53% -
XYZ 9.84 5.09 0.46 -
YUV 40.65 105.06 194.58 -
System Red Green Blue C M Y K H S L
Decimal 134 1 0 0 0.99 1 0.47 0.45 1 0.26
Hex 86 1 0 0 63 64 2F 0 64 1A
Octal 206 1 0 0 143 144 57 0 144 32
Binary 10000110 1 0 0 1100011 1100100 101111 0 1100100 11010

Color Harmonies of #860100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860100

Black with #860100

Text Example


Text Example

White with #860100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860100; }

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

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

background-color css

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

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

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

border-color css

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

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

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