Html Css Color HEX #891C12 Falu Red

📋 copy color: '#891C12'

red 137 ◦ green 28 ◦ blue 18

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

Shades of Falu Red #891C12

Tints of Falu Red #891C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.84%

R = 74.86%
G = 15.3%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#891C12 (or 0x891C12) is known color: Falu Red. HEX triplet: 89, 1C and 12. RGB value is (137,28,18). Sum of RGB (Red+Green+Blue) = 137+28+18=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #891C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891C12 is #76E3ED. Grayscale: #3B3B3B. Windows color (decimal): -7791598 or 1186953. OLE color: 1186953.

HSL color Cylindrical-coordinate representation of color #891C12: hue angle of 5.04º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891C12 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 28 18 -
CMYK 0 0.80 0.87 0.46
HSL 5.04º 0.77% 0.3% -
HSV(B) 5.04º 0.87% 0.54% -
XYZ 10.84 6.19 1.2 -
YUV 59.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 137 28 18 0 0.80 0.87 0.46 5.04 0.77 0.3
Hex 89 1C 12 0 50 57 2E 5 4D 1E
Octal 211 34 22 0 120 127 56 5 115 36
Binary 10001001 11100 10010 0 1010000 1010111 101110 101 1001101 11110

Color Harmonies of #891C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891C12

Black with #891C12

Text Example


Text Example

White with #891C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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