Html Css Color HEX #860D02 Dark Red

📋 copy color: '#860D02'

red 134 ◦ green 13 ◦ blue 2

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

Shades of Dark Red #860D02

Tints of Dark Red #860D02

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.72%

 BLUE value IS 2 (1.17% from 255) = 1.34%

R = 89.93%
G = 8.72%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#860D02 (or 0x860D02) is known color: Dark Red. HEX triplet: 86, 0D and 02. RGB value is (134,13,2). Sum of RGB (Red+Green+Blue) = 134+13+2=149 (19% of max value = 765). Red value is 134 (52.73% from 255 or 89.93% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 134 - color contains mainly: red. Hex color #860D02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860D02 is #79F2FD. Grayscale: #303030. Windows color (decimal): -7992062 or 134534. OLE color: 134534.

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

Color convert

RGB 134 13 2 -
CMYK 0 0.90 0.99 0.47
HSL 0.97% 0.27% -
HSV(B) 0.99% 0.53% -
XYZ 9.99 5.36 0.57 -
YUV 47.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 134 13 2 0 0.90 0.99 0.47 5 0.97 0.27
Hex 86 D 2 0 5A 63 2F 5 61 1B
Octal 206 15 2 0 132 143 57 5 141 33
Binary 10000110 1101 10 0 1011010 1100011 101111 101 1100001 11011

Color Harmonies of #860D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860D02

Black with #860D02

Text Example


Text Example

White with #860D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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