Html Css Color HEX #861202 Dark Red

📋 copy color: '#861202'

red 134 ◦ green 18 ◦ blue 2

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

Shades of Dark Red #861202

Tints of Dark Red #861202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.69%

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

R = 87.01%
G = 11.69%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#861202 (or 0x861202) is known color: Dark Red. HEX triplet: 86, 12 and 02. RGB value is (134,18,2). Sum of RGB (Red+Green+Blue) = 134+18+2=154 (20% of max value = 765). Red value is 134 (52.73% from 255 or 87.01% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 134 - color contains mainly: red. Hex color #861202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861202 is #79EDFD. Grayscale: #333333. Windows color (decimal): -7990782 or 135814. OLE color: 135814.

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

Color convert

RGB 134 18 2 -
CMYK 0 0.87 0.99 0.47
HSL 7.27º 0.97% 0.27% -
HSV(B) 7.27º 0.99% 0.53% -
XYZ 10.06 5.51 0.59 -
YUV 50.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 134 18 2 0 0.87 0.99 0.47 7.27 0.97 0.27
Hex 86 12 2 0 57 63 2F 7 61 1B
Octal 206 22 2 0 127 143 57 7 141 33
Binary 10000110 10010 10 0 1010111 1100011 101111 111 1100001 11011

Color Harmonies of #861202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861202

Black with #861202

Text Example


Text Example

White with #861202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861202; }

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

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

background-color css

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

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

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

border-color css

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

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

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