Html Css Color HEX #871302 Dark Red

📋 copy color: '#871302'

red 135 ◦ green 19 ◦ blue 2

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

Shades of Dark Red #871302

Tints of Dark Red #871302

RGB

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

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

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

R = 86.54%
G = 12.18%
B = 1.28%

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

#871302 (or 0x871302) is known color: Dark Red. HEX triplet: 87, 13 and 02. RGB value is (135,19,2). Sum of RGB (Red+Green+Blue) = 135+19+2=156 (20% of max value = 765). Red value is 135 (53.12% from 255 or 86.54% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 135 - color contains mainly: red. Hex color #871302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871302 is #78ECFD. Grayscale: #333333. Windows color (decimal): -7924990 or 136071. OLE color: 136071.

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

Color convert

RGB 135 19 2 -
CMYK 0 0.86 0.99 0.47
HSL 7.67º 0.97% 0.27% -
HSV(B) 7.67º 0.99% 0.53% -
XYZ 10.24 5.62 0.6 -
YUV 51.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 135 19 2 0 0.86 0.99 0.47 7.67 0.97 0.27
Hex 87 13 2 0 56 63 2F 8 61 1B
Octal 207 23 2 0 126 143 57 10 141 33
Binary 10000111 10011 10 0 1010110 1100011 101111 1000 1100001 11011

Color Harmonies of #871302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871302

Black with #871302

Text Example


Text Example

White with #871302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871302; }

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

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

background-color css

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

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

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

border-color css

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

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

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