Html Css Color HEX #892304 Falu Red

📋 copy color: '#892304'

red 137 ◦ green 35 ◦ blue 4

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

Shades of Falu Red #892304

Tints of Falu Red #892304

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.89%

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

R = 77.84%
G = 19.89%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#892304 (or 0x892304) is known color: Falu Red. HEX triplet: 89, 23 and 04. RGB value is (137,35,4). Sum of RGB (Red+Green+Blue) = 137+35+4=176 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.84% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 137 - color contains mainly: red. Hex color #892304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892304 is #76DCFB. Grayscale: #3E3E3E. Windows color (decimal): -7789820 or 271241. OLE color: 271241.

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

Color convert

RGB 137 35 4 -
CMYK 0 0.74 0.97 0.46
HSL 13.98º 0.94% 0.28% -
HSV(B) 13.98º 0.97% 0.54% -
XYZ 10.94 6.53 0.8 -
YUV 61.96 95.29 181.52 -
System Red Green Blue C M Y K H S L
Decimal 137 35 4 0 0.74 0.97 0.46 13.98 0.94 0.28
Hex 89 23 4 0 4A 61 2E E 5E 1C
Octal 211 43 4 0 112 141 56 16 136 34
Binary 10001001 100011 100 0 1001010 1100001 101110 1110 1011110 11100

Color Harmonies of #892304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892304

Black with #892304

Text Example


Text Example

White with #892304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892304; }

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

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

background-color css

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

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

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

border-color css

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

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

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