Html Css Color HEX #871301 Dark Red

📋 copy color: '#871301'

red 135 ◦ green 19 ◦ blue 1

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

Shades of Dark Red #871301

Tints of Dark Red #871301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 87.1%
G = 12.26%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#871301 (or 0x871301) is known color: Dark Red. HEX triplet: 87, 13 and 01. RGB value is (135,19,1). Sum of RGB (Red+Green+Blue) = 135+19+1=155 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.10% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 135 - color contains mainly: red. Hex color #871301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871301 is #78ECFE. Grayscale: #333333. Windows color (decimal): -7924991 or 70535. OLE color: 70535.

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

Color convert

RGB 135 19 1 -
CMYK 0 0.86 0.99 0.47
HSL 8.06º 0.99% 0.27% -
HSV(B) 8.06º 0.99% 0.53% -
XYZ 10.23 5.62 0.57 -
YUV 51.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 135 19 1 0 0.86 0.99 0.47 8.06 0.99 0.27
Hex 87 13 1 0 56 63 2F 8 63 1B
Octal 207 23 1 0 126 143 57 10 143 33
Binary 10000111 10011 1 0 1010110 1100011 101111 1000 1100011 11011

Color Harmonies of #871301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871301

Black with #871301

Text Example


Text Example

White with #871301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871301; }

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

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

background-color css

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

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

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

border-color css

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

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

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