Html Css Color HEX #891918 Falu Red

📋 copy color: '#891918'

red 137 ◦ green 25 ◦ blue 24

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

Shades of Falu Red #891918

Tints of Falu Red #891918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.44%

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

R = 73.66%
G = 13.44%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#891918 (or 0x891918) is known color: Falu Red. HEX triplet: 89, 19 and 18. RGB value is (137,25,24). Sum of RGB (Red+Green+Blue) = 137+25+24=186 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.66% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 137 - color contains mainly: red. Hex color #891918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891918 is #76E6E7. Grayscale: #3A3A3A. Windows color (decimal): -7792360 or 1579401. OLE color: 1579401.

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

Color convert

RGB 137 25 24 -
CMYK 0 0.82 0.82 0.46
HSL 0.53º 0.7% 0.32% -
HSV(B) 0.53º 0.82% 0.54% -
XYZ 10.83 6.08 1.47 -
YUV 58.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 137 25 24 0 0.82 0.82 0.46 0.53 0.7 0.32
Hex 89 19 18 0 52 52 2E 1 46 20
Octal 211 31 30 0 122 122 56 1 106 40
Binary 10001001 11001 11000 0 1010010 1010010 101110 1 1000110 100000

Color Harmonies of #891918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891918

Black with #891918

Text Example


Text Example

White with #891918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891918; }

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

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

background-color css

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

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

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

border-color css

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

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

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