Html Css Color HEX #892008 Falu Red

📋 copy color: '#892008'

red 137 ◦ green 32 ◦ blue 8

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

Shades of Falu Red #892008

Tints of Falu Red #892008

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.08%

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

R = 77.4%
G = 18.08%
B = 4.52%

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

#892008 (or 0x892008) is known color: Falu Red. HEX triplet: 89, 20 and 08. RGB value is (137,32,8). Sum of RGB (Red+Green+Blue) = 137+32+8=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #892008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892008 is #76DFF7. Grayscale: #3C3C3C. Windows color (decimal): -7790584 or 532617. OLE color: 532617.

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

Color convert

RGB 137 32 8 -
CMYK 0 0.77 0.94 0.46
HSL 11.16º 0.89% 0.28% -
HSV(B) 11.16º 0.94% 0.54% -
XYZ 10.88 6.37 0.89 -
YUV 60.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 137 32 8 0 0.77 0.94 0.46 11.16 0.89 0.28
Hex 89 20 8 0 4D 5E 2E B 59 1C
Octal 211 40 10 0 115 136 56 13 131 34
Binary 10001001 100000 1000 0 1001101 1011110 101110 1011 1011001 11100

Color Harmonies of #892008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892008

Black with #892008

Text Example


Text Example

White with #892008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892008; }

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

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

background-color css

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

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

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

border-color css

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

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

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