Html Css Color HEX #891508 Falu Red

📋 copy color: '#891508'

red 137 ◦ green 21 ◦ blue 8

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

Shades of Falu Red #891508

Tints of Falu Red #891508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.65%

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

R = 82.53%
G = 12.65%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#891508 (or 0x891508) is known color: Falu Red. HEX triplet: 89, 15 and 08. RGB value is (137,21,8). Sum of RGB (Red+Green+Blue) = 137+21+8=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #891508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891508 is #76EAF7. Grayscale: #363636. Windows color (decimal): -7793400 or 529801. OLE color: 529801.

HSL color Cylindrical-coordinate representation of color #891508: hue angle of 6.05º 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 #891508 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 21 8 -
CMYK 0 0.85 0.94 0.46
HSL 6.05º 0.89% 0.28% -
HSV(B) 6.05º 0.94% 0.54% -
XYZ 10.63 5.87 0.8 -
YUV 54.2 101.93 187.06 -
System Red Green Blue C M Y K H S L
Decimal 137 21 8 0 0.85 0.94 0.46 6.05 0.89 0.28
Hex 89 15 8 0 55 5E 2E 6 59 1C
Octal 211 25 10 0 125 136 56 6 131 34
Binary 10001001 10101 1000 0 1010101 1011110 101110 110 1011001 11100

Color Harmonies of #891508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891508

Black with #891508

Text Example


Text Example

White with #891508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891508; }

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

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

background-color css

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

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

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

border-color css

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

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

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