Html Css Color HEX #891810 Falu Red

📋 copy color: '#891810'

red 137 ◦ green 24 ◦ blue 16

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

Shades of Falu Red #891810

Tints of Falu Red #891810

RGB

 RED value IS 137 (53.91% from 255) = 77.4%

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

 BLUE value IS 16 (6.64% from 255) = 9.04%

R = 77.4%
G = 13.56%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#891810 (or 0x891810) is known color: Falu Red. HEX triplet: 89, 18 and 10. RGB value is (137,24,16). Sum of RGB (Red+Green+Blue) = 137+24+16=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #891810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891810 is #76E7EF. Grayscale: #393939. Windows color (decimal): -7792624 or 1054857. OLE color: 1054857.

HSL color Cylindrical-coordinate representation of color #891810: hue angle of 3.97º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891810 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 24 16 -
CMYK 0 0.82 0.88 0.46
HSL 3.97º 0.79% 0.3% -
HSV(B) 3.97º 0.88% 0.54% -
XYZ 10.74 6.01 1.08 -
YUV 56.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 137 24 16 0 0.82 0.88 0.46 3.97 0.79 0.3
Hex 89 18 10 0 52 58 2E 4 4F 1E
Octal 211 30 20 0 122 130 56 4 117 36
Binary 10001001 11000 10000 0 1010010 1011000 101110 100 1001111 11110

Color Harmonies of #891810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891810

Black with #891810

Text Example


Text Example

White with #891810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891810; }

 p { color: rgb(137,24,16); }

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

background-color css

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

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

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

border-color css

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

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

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