Html Css Color HEX #871818 Falu Red

📋 copy color: '#871818'

red 135 ◦ green 24 ◦ blue 24

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

Shades of Falu Red #871818

Tints of Falu Red #871818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.11%

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

R = 73.77%
G = 13.11%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#871818 (or 0x871818) is known color: Falu Red. HEX triplet: 87, 18 and 18. RGB value is (135,24,24). Sum of RGB (Red+Green+Blue) = 135+24+24=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #871818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871818 is #78E7E7. Grayscale: #393939. Windows color (decimal): -7923688 or 1579143. OLE color: 1579143.

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

Color convert

RGB 135 24 24 -
CMYK 0 0.82 0.82 0.47
HSL 0.7% 0.31% -
HSV(B) 0.82% 0.53% -
XYZ 10.48 5.87 1.44 -
YUV 57.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 135 24 24 0 0.82 0.82 0.47 0 0.7 0.31
Hex 87 18 18 0 52 52 2F 0 46 1F
Octal 207 30 30 0 122 122 57 0 106 37
Binary 10000111 11000 11000 0 1010010 1010010 101111 0 1000110 11111

Color Harmonies of #871818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871818

Black with #871818

Text Example


Text Example

White with #871818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871818; }

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

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

background-color css

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

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

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

border-color css

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

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

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