Html Css Color HEX #891208 Falu Red

📋 copy color: '#891208'

red 137 ◦ green 18 ◦ blue 8

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

Shades of Falu Red #891208

Tints of Falu Red #891208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.04%

 BLUE value IS 8 (3.52% from 255) = 4.91%

R = 84.05%
G = 11.04%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#891208 (or 0x891208) is known color: Falu Red. HEX triplet: 89, 12 and 08. RGB value is (137,18,8). Sum of RGB (Red+Green+Blue) = 137+18+8=163 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.05% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 137 - color contains mainly: red. Hex color #891208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891208 is #76EDF7. Grayscale: #343434. Windows color (decimal): -7794168 or 529033. OLE color: 529033.

HSL color Cylindrical-coordinate representation of color #891208: hue angle of 4.65º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #891208 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 18 8 -
CMYK 0 0.87 0.94 0.46
HSL 4.65º 0.89% 0.28% -
HSV(B) 4.65º 0.94% 0.54% -
XYZ 10.58 5.77 0.79 -
YUV 52.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 137 18 8 0 0.87 0.94 0.46 4.65 0.89 0.28
Hex 89 12 8 0 57 5E 2E 5 59 1C
Octal 211 22 10 0 127 136 56 5 131 34
Binary 10001001 10010 1000 0 1010111 1011110 101110 101 1011001 11100

Color Harmonies of #891208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891208

Black with #891208

Text Example


Text Example

White with #891208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891208; }

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

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

background-color css

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

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

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

border-color css

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

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

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