Html Css Color HEX #871609 Falu Red

📋 copy color: '#871609'

red 135 ◦ green 22 ◦ blue 9

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

Shades of Falu Red #871609

Tints of Falu Red #871609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.25%

 BLUE value IS 9 (3.91% from 255) = 5.42%

R = 81.33%
G = 13.25%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#871609 (or 0x871609) is known color: Falu Red. HEX triplet: 87, 16 and 09. RGB value is (135,22,9). Sum of RGB (Red+Green+Blue) = 135+22+9=166 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.33% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 135 - color contains mainly: red. Hex color #871609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871609 is #78E9F6. Grayscale: #363636. Windows color (decimal): -7924215 or 595591. OLE color: 595591.

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

Color convert

RGB 135 22 9 -
CMYK 0 0.84 0.93 0.47
HSL 6.19º 0.88% 0.28% -
HSV(B) 6.19º 0.93% 0.53% -
XYZ 10.33 5.74 0.82 -
YUV 54.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 135 22 9 0 0.84 0.93 0.47 6.19 0.88 0.28
Hex 87 16 9 0 54 5D 2F 6 58 1C
Octal 207 26 11 0 124 135 57 6 130 34
Binary 10000111 10110 1001 0 1010100 1011101 101111 110 1011000 11100

Color Harmonies of #871609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871609

Black with #871609

Text Example


Text Example

White with #871609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871609; }

 p { color: rgb(135,22,9); }

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

background-color css

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

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

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

border-color css

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

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

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