Html Css Color HEX #871305 Dark Red

📋 copy color: '#871305'

red 135 ◦ green 19 ◦ blue 5

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

Shades of Dark Red #871305

Tints of Dark Red #871305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.14%

R = 84.91%
G = 11.95%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#871305 (or 0x871305) is known color: Dark Red. HEX triplet: 87, 13 and 05. RGB value is (135,19,5). Sum of RGB (Red+Green+Blue) = 135+19+5=159 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.91% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 135 - color contains mainly: red. Hex color #871305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871305 is #78ECFA. Grayscale: #343434. Windows color (decimal): -7924987 or 332679. OLE color: 332679.

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

Color convert

RGB 135 19 5 -
CMYK 0 0.86 0.96 0.47
HSL 6.46º 0.93% 0.27% -
HSV(B) 6.46º 0.96% 0.53% -
XYZ 10.25 5.63 0.69 -
YUV 52.09 101.43 187.14 -
System Red Green Blue C M Y K H S L
Decimal 135 19 5 0 0.86 0.96 0.47 6.46 0.93 0.27
Hex 87 13 5 0 56 60 2F 6 5D 1B
Octal 207 23 5 0 126 140 57 6 135 33
Binary 10000111 10011 101 0 1010110 1100000 101111 110 1011101 11011

Color Harmonies of #871305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871305

Black with #871305

Text Example


Text Example

White with #871305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871305; }

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

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

background-color css

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

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

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

border-color css

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

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

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