Html Css Color HEX #871006 Dark Red

📋 copy color: '#871006'

red 135 ◦ green 16 ◦ blue 6

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

Shades of Dark Red #871006

Tints of Dark Red #871006

RGB

 RED value IS 135 (53.13% from 255) = 85.99%

 GREEN value IS 16 (6.64% from 255) = 10.19%

 BLUE value IS 6 (2.73% from 255) = 3.82%

R = 85.99%
G = 10.19%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#871006 (or 0x871006) is known color: Dark Red. HEX triplet: 87, 10 and 06. RGB value is (135,16,6). Sum of RGB (Red+Green+Blue) = 135+16+6=157 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.99% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 135 - color contains mainly: red. Hex color #871006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871006 is #78EFF9. Grayscale: #323232. Windows color (decimal): -7925754 or 397447. OLE color: 397447.

HSL color Cylindrical-coordinate representation of color #871006: hue angle of 4.65º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #871006 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 16 6 -
CMYK 0 0.88 0.96 0.47
HSL 4.65º 0.91% 0.28% -
HSV(B) 4.65º 0.96% 0.53% -
XYZ 10.21 5.53 0.7 -
YUV 50.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 135 16 6 0 0.88 0.96 0.47 4.65 0.91 0.28
Hex 87 10 6 0 58 60 2F 5 5B 1C
Octal 207 20 6 0 130 140 57 5 133 34
Binary 10000111 10000 110 0 1011000 1100000 101111 101 1011011 11100

Color Harmonies of #871006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871006

Black with #871006

Text Example


Text Example

White with #871006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871006; }

 p { color: rgb(135,16,6); }

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

background-color css

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

 a { background-color: rgb(135,16,6); }

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

border-color css

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

 span { border-color: rgb(135,16,6); }

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