Html Css Color HEX #860F02 Dark Red

📋 copy color: '#860F02'

red 134 ◦ green 15 ◦ blue 2

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

Shades of Dark Red #860F02

Tints of Dark Red #860F02

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.93%

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

R = 88.74%
G = 9.93%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#860F02 (or 0x860F02) is known color: Dark Red. HEX triplet: 86, 0F and 02. RGB value is (134,15,2). Sum of RGB (Red+Green+Blue) = 134+15+2=151 (20% of max value = 765). Red value is 134 (52.73% from 255 or 88.74% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 134 - color contains mainly: red. Hex color #860F02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860F02 is #79F0FD. Grayscale: #313131. Windows color (decimal): -7991550 or 135046. OLE color: 135046.

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

Color convert

RGB 134 15 2 -
CMYK 0 0.89 0.99 0.47
HSL 5.91º 0.97% 0.27% -
HSV(B) 5.91º 0.99% 0.53% -
XYZ 10.01 5.41 0.57 -
YUV 49.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 134 15 2 0 0.89 0.99 0.47 5.91 0.97 0.27
Hex 86 F 2 0 59 63 2F 6 61 1B
Octal 206 17 2 0 131 143 57 6 141 33
Binary 10000110 1111 10 0 1011001 1100011 101111 110 1100001 11011

Color Harmonies of #860F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860F02

Black with #860F02

Text Example


Text Example

White with #860F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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