Html Css Color HEX #871510 Falu Red

📋 copy color: '#871510'

red 135 ◦ green 21 ◦ blue 16

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

Shades of Falu Red #871510

Tints of Falu Red #871510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.3%

R = 78.49%
G = 12.21%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#871510 (or 0x871510) is known color: Falu Red. HEX triplet: 87, 15 and 10. RGB value is (135,21,16). Sum of RGB (Red+Green+Blue) = 135+21+16=172 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.49% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 135 - color contains mainly: red. Hex color #871510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871510 is #78EAEF. Grayscale: #363636. Windows color (decimal): -7924464 or 1054087. OLE color: 1054087.

HSL color Cylindrical-coordinate representation of color #871510: hue angle of 2.52º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871510 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 21 16 -
CMYK 0 0.84 0.88 0.47
HSL 2.52º 0.79% 0.3% -
HSV(B) 2.52º 0.88% 0.53% -
XYZ 10.35 5.72 1.05 -
YUV 54.52 106.27 185.41 -
System Red Green Blue C M Y K H S L
Decimal 135 21 16 0 0.84 0.88 0.47 2.52 0.79 0.3
Hex 87 15 10 0 54 58 2F 3 4F 1E
Octal 207 25 20 0 124 130 57 3 117 36
Binary 10000111 10101 10000 0 1010100 1011000 101111 11 1001111 11110

Color Harmonies of #871510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871510

Black with #871510

Text Example


Text Example

White with #871510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871510; }

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

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

background-color css

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

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

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

border-color css

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

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

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