Html Css Color HEX #892009 Falu Red

📋 copy color: '#892009'

red 137 ◦ green 32 ◦ blue 9

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

Shades of Falu Red #892009

Tints of Falu Red #892009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.06%

R = 76.97%
G = 17.98%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#892009 (or 0x892009) is known color: Falu Red. HEX triplet: 89, 20 and 09. RGB value is (137,32,9). Sum of RGB (Red+Green+Blue) = 137+32+9=178 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.97% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 137 - color contains mainly: red. Hex color #892009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892009 is #76DFF6. Grayscale: #3C3C3C. Windows color (decimal): -7790583 or 598153. OLE color: 598153.

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

Color convert

RGB 137 32 9 -
CMYK 0 0.77 0.93 0.46
HSL 10.78º 0.88% 0.29% -
HSV(B) 10.78º 0.93% 0.54% -
XYZ 10.88 6.37 0.91 -
YUV 60.77 98.79 182.37 -
System Red Green Blue C M Y K H S L
Decimal 137 32 9 0 0.77 0.93 0.46 10.78 0.88 0.29
Hex 89 20 9 0 4D 5D 2E B 58 1D
Octal 211 40 11 0 115 135 56 13 130 35
Binary 10001001 100000 1001 0 1001101 1011101 101110 1011 1011000 11101

Color Harmonies of #892009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892009

Black with #892009

Text Example


Text Example

White with #892009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892009; }

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

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

background-color css

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

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

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

border-color css

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

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

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