Html Css Color HEX #891C18 Falu Red

📋 copy color: '#891C18'

red 137 ◦ green 28 ◦ blue 24

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

Shades of Falu Red #891C18

Tints of Falu Red #891C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.81%

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

R = 72.49%
G = 14.81%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#891C18 (or 0x891C18) is known color: Falu Red. HEX triplet: 89, 1C and 18. RGB value is (137,28,24). Sum of RGB (Red+Green+Blue) = 137+28+24=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #891C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891C18 is #76E3E7. Grayscale: #3C3C3C. Windows color (decimal): -7791592 or 1580169. OLE color: 1580169.

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

Color convert

RGB 137 28 24 -
CMYK 0 0.80 0.82 0.46
HSL 2.12º 0.7% 0.32% -
HSV(B) 2.12º 0.82% 0.54% -
XYZ 10.9 6.21 1.49 -
YUV 60.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 137 28 24 0 0.80 0.82 0.46 2.12 0.7 0.32
Hex 89 1C 18 0 50 52 2E 2 46 20
Octal 211 34 30 0 120 122 56 2 106 40
Binary 10001001 11100 11000 0 1010000 1010010 101110 10 1000110 100000

Color Harmonies of #891C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891C18

Black with #891C18

Text Example


Text Example

White with #891C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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