Html Css Color HEX #871B18 Falu Red

📋 copy color: '#871B18'

red 135 ◦ green 27 ◦ blue 24

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

Shades of Falu Red #871B18

Tints of Falu Red #871B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.9%

R = 72.58%
G = 14.52%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#871B18 (or 0x871B18) is known color: Falu Red. HEX triplet: 87, 1B and 18. RGB value is (135,27,24). Sum of RGB (Red+Green+Blue) = 135+27+24=186 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.58% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 135 - color contains mainly: red. Hex color #871B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871B18 is #78E4E7. Grayscale: #3B3B3B. Windows color (decimal): -7922920 or 1579911. OLE color: 1579911.

HSL color Cylindrical-coordinate representation of color #871B18: hue angle of 1.62º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #871B18 is Cyan = 0, Magento = 0.8, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 27 24 -
CMYK 0 0.8 0.82 0.47
HSL 1.62º 0.7% 0.31% -
HSV(B) 1.62º 0.82% 0.53% -
XYZ 10.55 6 1.47 -
YUV 58.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 135 27 24 0 0.8 0.82 0.47 1.62 0.7 0.31
Hex 87 1B 18 0 50 52 2F 2 46 1F
Octal 207 33 30 0 120 122 57 2 106 37
Binary 10000111 11011 11000 0 1010000 1010010 101111 10 1000110 11111

Color Harmonies of #871B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871B18

Black with #871B18

Text Example


Text Example

White with #871B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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