Html Css Color HEX #871102 Dark Red

📋 copy color: '#871102'

red 135 ◦ green 17 ◦ blue 2

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

Shades of Dark Red #871102

Tints of Dark Red #871102

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.04%

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

R = 87.66%
G = 11.04%
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

#871102 (or 0x871102) is known color: Dark Red. HEX triplet: 87, 11 and 02. RGB value is (135,17,2). Sum of RGB (Red+Green+Blue) = 135+17+2=154 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.66% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 135 - color contains mainly: red. Hex color #871102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871102 is #78EEFD. Grayscale: #323232. Windows color (decimal): -7925502 or 135559. OLE color: 135559.

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

Color convert

RGB 135 17 2 -
CMYK 0 0.87 0.99 0.47
HSL 6.77º 0.97% 0.27% -
HSV(B) 6.77º 0.99% 0.53% -
XYZ 10.2 5.56 0.59 -
YUV 50.57 100.59 188.22 -
System Red Green Blue C M Y K H S L
Decimal 135 17 2 0 0.87 0.99 0.47 6.77 0.97 0.27
Hex 87 11 2 0 57 63 2F 7 61 1B
Octal 207 21 2 0 127 143 57 7 141 33
Binary 10000111 10001 10 0 1010111 1100011 101111 111 1100001 11011

Color Harmonies of #871102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871102

Black with #871102

Text Example


Text Example

White with #871102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871102; }

 p { color: rgb(135,17,2); }

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

background-color css

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

 a { background-color: rgb(135,17,2); }

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

border-color css

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

 span { border-color: rgb(135,17,2); }

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