Html Css Color HEX #871010 Falu Red

📋 copy color: '#871010'

red 135 ◦ green 16 ◦ blue 16

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

Shades of Falu Red #871010

Tints of Falu Red #871010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.58%

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

R = 80.84%
G = 9.58%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#871010 (or 0x871010) is known color: Falu Red. HEX triplet: 87, 10 and 10. RGB value is (135,16,16). Sum of RGB (Red+Green+Blue) = 135+16+16=167 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.84% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 135 - color contains mainly: red. Hex color #871010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871010 is #78EFEF. Grayscale: #333333. Windows color (decimal): -7925744 or 1052807. OLE color: 1052807.

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

Color convert

RGB 135 16 16 -
CMYK 0 0.88 0.88 0.47
HSL 0.79% 0.3% -
HSV(B) 0.88% 0.53% -
XYZ 10.27 5.56 1.02 -
YUV 51.58 107.92 187.5 -
System Red Green Blue C M Y K H S L
Decimal 135 16 16 0 0.88 0.88 0.47 0 0.79 0.3
Hex 87 10 10 0 58 58 2F 0 4F 1E
Octal 207 20 20 0 130 130 57 0 117 36
Binary 10000111 10000 10000 0 1011000 1011000 101111 0 1001111 11110

Color Harmonies of #871010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871010

Black with #871010

Text Example


Text Example

White with #871010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871010; }

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

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

background-color css

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

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

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

border-color css

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

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

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