Html Css Color HEX #871B09 Falu Red

📋 copy color: '#871B09'

red 135 ◦ green 27 ◦ blue 9

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

Shades of Falu Red #871B09

Tints of Falu Red #871B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.79%

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

R = 78.95%
G = 15.79%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#871B09 (or 0x871B09) is known color: Falu Red. HEX triplet: 87, 1B and 09. RGB value is (135,27,9). Sum of RGB (Red+Green+Blue) = 135+27+9=171 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.95% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 135 - color contains mainly: red. Hex color #871B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871B09 is #78E4F6. Grayscale: #393939. Windows color (decimal): -7922935 or 596871. OLE color: 596871.

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

Color convert

RGB 135 27 9 -
CMYK 0 0.8 0.93 0.47
HSL 8.57º 0.88% 0.28% -
HSV(B) 8.57º 0.93% 0.53% -
XYZ 10.43 5.95 0.86 -
YUV 57.24 100.78 183.46 -
System Red Green Blue C M Y K H S L
Decimal 135 27 9 0 0.8 0.93 0.47 8.57 0.88 0.28
Hex 87 1B 9 0 50 5D 2F 9 58 1C
Octal 207 33 11 0 120 135 57 11 130 34
Binary 10000111 11011 1001 0 1010000 1011101 101111 1001 1011000 11100

Color Harmonies of #871B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871B09

Black with #871B09

Text Example


Text Example

White with #871B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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