Html Css Color HEX #892400 Falu Red

📋 copy color: '#892400'

red 137 ◦ green 36 ◦ blue 0

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

Shades of Falu Red #892400

Tints of Falu Red #892400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.19%
G = 20.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#892400 (or 0x892400) is known color: Falu Red. HEX triplet: 89, 24 and 00. RGB value is (137,36,0). Sum of RGB (Red+Green+Blue) = 137+36+0=173 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.19% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 137 - color contains mainly: red. Hex color #892400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892400 is #76DBFF. Grayscale: #3E3E3E. Windows color (decimal): -7789568 or 9353. OLE color: 9353.

HSL color Cylindrical-coordinate representation of color #892400: hue angle of 15.77º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #892400 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 36 0 -
CMYK 0 0.74 1 0.46
HSL 15.77º 1% 0.27% -
HSV(B) 15.77º 1% 0.54% -
XYZ 10.95 6.58 0.69 -
YUV 62.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 137 36 0 0 0.74 1 0.46 15.77 1 0.27
Hex 89 24 0 0 4A 64 2E 10 64 1B
Octal 211 44 0 0 112 144 56 20 144 33
Binary 10001001 100100 0 0 1001010 1100100 101110 10000 1100100 11011

Color Harmonies of #892400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892400

Black with #892400

Text Example


Text Example

White with #892400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892400; }

 p { color: rgb(137,36,0); }

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

background-color css

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

 a { background-color: rgb(137,36,0); }

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

border-color css

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

 span { border-color: rgb(137,36,0); }

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