Html Css Color HEX #891818 Falu Red

📋 copy color: '#891818'

red 137 ◦ green 24 ◦ blue 24

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

Shades of Falu Red #891818

Tints of Falu Red #891818

RGB

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

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

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

R = 74.05%
G = 12.97%
B = 12.97%

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

#891818 (or 0x891818) is known color: Falu Red. HEX triplet: 89, 18 and 18. RGB value is (137,24,24). Sum of RGB (Red+Green+Blue) = 137+24+24=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #891818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891818 is #76E7E7. Grayscale: #393939. Windows color (decimal): -7792616 or 1579145. OLE color: 1579145.

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

Color convert

RGB 137 24 24 -
CMYK 0 0.82 0.82 0.46
HSL 0.7% 0.32% -
HSV(B) 0.82% 0.54% -
XYZ 10.81 6.04 1.46 -
YUV 57.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 137 24 24 0 0.82 0.82 0.46 0 0.7 0.32
Hex 89 18 18 0 52 52 2E 0 46 20
Octal 211 30 30 0 122 122 56 0 106 40
Binary 10001001 11000 11000 0 1010010 1010010 101110 0 1000110 100000

Color Harmonies of #891818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891818

Black with #891818

Text Example


Text Example

White with #891818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891818; }

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

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

background-color css

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

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

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

border-color css

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

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

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