Html Css Color HEX #872118 Falu Red

📋 copy color: '#872118'

red 135 ◦ green 33 ◦ blue 24

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

Shades of Falu Red #872118

Tints of Falu Red #872118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.19%

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

R = 70.31%
G = 17.19%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#872118 (or 0x872118) is known color: Falu Red. HEX triplet: 87, 21 and 18. RGB value is (135,33,24). Sum of RGB (Red+Green+Blue) = 135+33+24=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #872118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872118 is #78DEE7. Grayscale: #3E3E3E. Windows color (decimal): -7921384 or 1581447. OLE color: 1581447.

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

Color convert

RGB 135 33 24 -
CMYK 0 0.76 0.82 0.47
HSL 4.86º 0.7% 0.31% -
HSV(B) 4.86º 0.82% 0.53% -
XYZ 10.7 6.3 1.52 -
YUV 62.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 135 33 24 0 0.76 0.82 0.47 4.86 0.7 0.31
Hex 87 21 18 0 4C 52 2F 5 46 1F
Octal 207 41 30 0 114 122 57 5 106 37
Binary 10000111 100001 11000 0 1001100 1010010 101111 101 1000110 11111

Color Harmonies of #872118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872118

Black with #872118

Text Example


Text Example

White with #872118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872118; }

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

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

background-color css

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

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

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

border-color css

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

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

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