Html Css Color HEX #871505 Falu Red

📋 copy color: '#871505'

red 135 ◦ green 21 ◦ blue 5

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

Shades of Falu Red #871505

Tints of Falu Red #871505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.04%

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

R = 83.85%
G = 13.04%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#871505 (or 0x871505) is known color: Falu Red. HEX triplet: 87, 15 and 05. RGB value is (135,21,5). Sum of RGB (Red+Green+Blue) = 135+21+5=161 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.85% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 135 - color contains mainly: red. Hex color #871505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871505 is #78EAFA. Grayscale: #353535. Windows color (decimal): -7924475 or 333191. OLE color: 333191.

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

Color convert

RGB 135 21 5 -
CMYK 0 0.84 0.96 0.47
HSL 7.38º 0.93% 0.27% -
HSV(B) 7.38º 0.96% 0.53% -
XYZ 10.29 5.7 0.7 -
YUV 53.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 135 21 5 0 0.84 0.96 0.47 7.38 0.93 0.27
Hex 87 15 5 0 54 60 2F 7 5D 1B
Octal 207 25 5 0 124 140 57 7 135 33
Binary 10000111 10101 101 0 1010100 1100000 101111 111 1011101 11011

Color Harmonies of #871505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871505

Black with #871505

Text Example


Text Example

White with #871505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871505; }

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

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

background-color css

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

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

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

border-color css

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

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

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