Html Css Color HEX #891F08 Falu Red

📋 copy color: '#891F08'

red 137 ◦ green 31 ◦ blue 8

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

Shades of Falu Red #891F08

Tints of Falu Red #891F08

RGB

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

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

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

R = 77.84%
G = 17.61%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#891F08 (or 0x891F08) is known color: Falu Red. HEX triplet: 89, 1F and 08. RGB value is (137,31,8). Sum of RGB (Red+Green+Blue) = 137+31+8=176 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.84% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 137 - color contains mainly: red. Hex color #891F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891F08 is #76E0F7. Grayscale: #3C3C3C. Windows color (decimal): -7790840 or 532361. OLE color: 532361.

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

Color convert

RGB 137 31 8 -
CMYK 0 0.77 0.94 0.46
HSL 10.7º 0.89% 0.28% -
HSV(B) 10.7º 0.94% 0.54% -
XYZ 10.85 6.32 0.88 -
YUV 60.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 137 31 8 0 0.77 0.94 0.46 10.7 0.89 0.28
Hex 89 1F 8 0 4D 5E 2E B 59 1C
Octal 211 37 10 0 115 136 56 13 131 34
Binary 10001001 11111 1000 0 1001101 1011110 101110 1011 1011001 11100

Color Harmonies of #891F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891F08

Black with #891F08

Text Example


Text Example

White with #891F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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