Html Css Color HEX #891406 Falu Red

📋 copy color: '#891406'

red 137 ◦ green 20 ◦ blue 6

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

Shades of Falu Red #891406

Tints of Falu Red #891406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.27%

 BLUE value IS 6 (2.73% from 255) = 3.68%

R = 84.05%
G = 12.27%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#891406 (or 0x891406) is known color: Falu Red. HEX triplet: 89, 14 and 06. RGB value is (137,20,6). Sum of RGB (Red+Green+Blue) = 137+20+6=163 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.05% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 137 - color contains mainly: red. Hex color #891406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891406 is #76EBF9. Grayscale: #353535. Windows color (decimal): -7793658 or 398473. OLE color: 398473.

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

Color convert

RGB 137 20 6 -
CMYK 0 0.85 0.96 0.46
HSL 6.41º 0.92% 0.28% -
HSV(B) 6.41º 0.96% 0.54% -
XYZ 10.6 5.83 0.74 -
YUV 53.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 137 20 6 0 0.85 0.96 0.46 6.41 0.92 0.28
Hex 89 14 6 0 55 60 2E 6 5C 1C
Octal 211 24 6 0 125 140 56 6 134 34
Binary 10001001 10100 110 0 1010101 1100000 101110 110 1011100 11100

Color Harmonies of #891406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891406

Black with #891406

Text Example


Text Example

White with #891406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891406; }

 p { color: rgb(137,20,6); }

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

background-color css

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

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

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

border-color css

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

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

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