Html Css Color HEX #891F18 Falu Red

📋 copy color: '#891F18'

red 137 ◦ green 31 ◦ blue 24

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

Shades of Falu Red #891F18

Tints of Falu Red #891F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.15%

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

R = 71.35%
G = 16.15%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#891F18 (or 0x891F18) is known color: Falu Red. HEX triplet: 89, 1F and 18. RGB value is (137,31,24). Sum of RGB (Red+Green+Blue) = 137+31+24=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #891F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891F18 is #76E0E7. Grayscale: #3E3E3E. Windows color (decimal): -7790824 or 1580937. OLE color: 1580937.

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

Color convert

RGB 137 31 24 -
CMYK 0 0.77 0.82 0.46
HSL 3.72º 0.7% 0.32% -
HSV(B) 3.72º 0.82% 0.54% -
XYZ 10.97 6.36 1.51 -
YUV 61.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 137 31 24 0 0.77 0.82 0.46 3.72 0.7 0.32
Hex 89 1F 18 0 4D 52 2E 4 46 20
Octal 211 37 30 0 115 122 56 4 106 40
Binary 10001001 11111 11000 0 1001101 1010010 101110 100 1000110 100000

Color Harmonies of #891F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891F18

Black with #891F18

Text Example


Text Example

White with #891F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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