Html Css Color HEX #892004 Falu Red

📋 copy color: '#892004'

red 137 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #892004

Tints of Falu Red #892004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.31%

R = 79.19%
G = 18.5%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#892004 (or 0x892004) is known color: Falu Red. HEX triplet: 89, 20 and 04. RGB value is (137,32,4). Sum of RGB (Red+Green+Blue) = 137+32+4=173 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.19% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 137 - color contains mainly: red. Hex color #892004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892004 is #76DFFB. Grayscale: #3C3C3C. Windows color (decimal): -7790588 or 270473. OLE color: 270473.

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

Color convert

RGB 137 32 4 -
CMYK 0 0.77 0.97 0.46
HSL 12.63º 0.94% 0.28% -
HSV(B) 12.63º 0.97% 0.54% -
XYZ 10.85 6.36 0.77 -
YUV 60.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 137 32 4 0 0.77 0.97 0.46 12.63 0.94 0.28
Hex 89 20 4 0 4D 61 2E D 5E 1C
Octal 211 40 4 0 115 141 56 15 136 34
Binary 10001001 100000 100 0 1001101 1100001 101110 1101 1011110 11100

Color Harmonies of #892004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892004

Black with #892004

Text Example


Text Example

White with #892004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892004; }

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

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

background-color css

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

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

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

border-color css

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

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

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