Html Css Color HEX #871C18 Falu Red

📋 copy color: '#871C18'

red 135 ◦ green 28 ◦ blue 24

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

Shades of Falu Red #871C18

Tints of Falu Red #871C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.97%

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

R = 72.19%
G = 14.97%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#871C18 (or 0x871C18) is known color: Falu Red. HEX triplet: 87, 1C and 18. RGB value is (135,28,24). Sum of RGB (Red+Green+Blue) = 135+28+24=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #871C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871C18 is #78E3E7. Grayscale: #3B3B3B. Windows color (decimal): -7922664 or 1580167. OLE color: 1580167.

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

Color convert

RGB 135 28 24 -
CMYK 0 0.79 0.82 0.47
HSL 2.16º 0.7% 0.31% -
HSV(B) 2.16º 0.82% 0.53% -
XYZ 10.57 6.05 1.47 -
YUV 59.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 135 28 24 0 0.79 0.82 0.47 2.16 0.7 0.31
Hex 87 1C 18 0 4F 52 2F 2 46 1F
Octal 207 34 30 0 117 122 57 2 106 37
Binary 10000111 11100 11000 0 1001111 1010010 101111 10 1000110 11111

Color Harmonies of #871C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871C18

Black with #871C18

Text Example


Text Example

White with #871C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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