Html Css Color HEX #871304 Dark Red

📋 copy color: '#871304'

red 135 ◦ green 19 ◦ blue 4

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

Shades of Dark Red #871304

Tints of Dark Red #871304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.03%

 BLUE value IS 4 (1.95% from 255) = 2.53%

R = 85.44%
G = 12.03%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#871304 (or 0x871304) is known color: Dark Red. HEX triplet: 87, 13 and 04. RGB value is (135,19,4). Sum of RGB (Red+Green+Blue) = 135+19+4=158 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.44% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 135 - color contains mainly: red. Hex color #871304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871304 is #78ECFB. Grayscale: #343434. Windows color (decimal): -7924988 or 267143. OLE color: 267143.

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

Color convert

RGB 135 19 4 -
CMYK 0 0.86 0.97 0.47
HSL 6.87º 0.94% 0.27% -
HSV(B) 6.87º 0.97% 0.53% -
XYZ 10.25 5.63 0.66 -
YUV 51.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 135 19 4 0 0.86 0.97 0.47 6.87 0.94 0.27
Hex 87 13 4 0 56 61 2F 7 5E 1B
Octal 207 23 4 0 126 141 57 7 136 33
Binary 10000111 10011 100 0 1010110 1100001 101111 111 1011110 11011

Color Harmonies of #871304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871304

Black with #871304

Text Example


Text Example

White with #871304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871304; }

 p { color: rgb(135,19,4); }

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

background-color css

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

 a { background-color: rgb(135,19,4); }

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

border-color css

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

 span { border-color: rgb(135,19,4); }

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