Html Css Color HEX #871103 Dark Red

📋 copy color: '#871103'

red 135 ◦ green 17 ◦ blue 3

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

Shades of Dark Red #871103

Tints of Dark Red #871103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.94%

R = 87.1%
G = 10.97%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#871103 (or 0x871103) is known color: Dark Red. HEX triplet: 87, 11 and 03. RGB value is (135,17,3). Sum of RGB (Red+Green+Blue) = 135+17+3=155 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.10% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 135 - color contains mainly: red. Hex color #871103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871103 is #78EEFC. Grayscale: #323232. Windows color (decimal): -7925501 or 201095. OLE color: 201095.

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

Color convert

RGB 135 17 3 -
CMYK 0 0.87 0.98 0.47
HSL 6.36º 0.96% 0.27% -
HSV(B) 6.36º 0.98% 0.53% -
XYZ 10.21 5.56 0.62 -
YUV 50.69 101.09 188.14 -
System Red Green Blue C M Y K H S L
Decimal 135 17 3 0 0.87 0.98 0.47 6.36 0.96 0.27
Hex 87 11 3 0 57 62 2F 6 60 1B
Octal 207 21 3 0 127 142 57 6 140 33
Binary 10000111 10001 11 0 1010111 1100010 101111 110 1100000 11011

Color Harmonies of #871103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871103

Black with #871103

Text Example


Text Example

White with #871103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871103; }

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

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

background-color css

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

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

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

border-color css

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

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

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