Html Css Color HEX #871409 Falu Red

📋 copy color: '#871409'

red 135 ◦ green 20 ◦ blue 9

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

Shades of Falu Red #871409

Tints of Falu Red #871409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.2%

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

R = 82.32%
G = 12.2%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#871409 (or 0x871409) is known color: Falu Red. HEX triplet: 87, 14 and 09. RGB value is (135,20,9). Sum of RGB (Red+Green+Blue) = 135+20+9=164 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.32% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 135 - color contains mainly: red. Hex color #871409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871409 is #78EBF6. Grayscale: #353535. Windows color (decimal): -7924727 or 595079. OLE color: 595079.

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

Color convert

RGB 135 20 9 -
CMYK 0 0.85 0.93 0.47
HSL 5.24º 0.88% 0.28% -
HSV(B) 5.24º 0.93% 0.53% -
XYZ 10.29 5.67 0.81 -
YUV 53.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 135 20 9 0 0.85 0.93 0.47 5.24 0.88 0.28
Hex 87 14 9 0 55 5D 2F 5 58 1C
Octal 207 24 11 0 125 135 57 5 130 34
Binary 10000111 10100 1001 0 1010101 1011101 101111 101 1011000 11100

Color Harmonies of #871409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871409

Black with #871409

Text Example


Text Example

White with #871409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871409; }

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

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

background-color css

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

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

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

border-color css

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

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

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