Html Css Color HEX #892200 Falu Red

📋 copy color: '#892200'

red 137 ◦ green 34 ◦ blue 0

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

Shades of Falu Red #892200

Tints of Falu Red #892200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.88%

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

R = 80.12%
G = 19.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#892200 (or 0x892200) is known color: Falu Red. HEX triplet: 89, 22 and 00. RGB value is (137,34,0). Sum of RGB (Red+Green+Blue) = 137+34+0=171 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.12% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 137 - color contains mainly: red. Hex color #892200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892200 is #76DDFF. Grayscale: #3D3D3D. Windows color (decimal): -7790080 or 8841. OLE color: 8841.

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

Color convert

RGB 137 34 0 -
CMYK 0 0.75 1 0.46
HSL 14.89º 1% 0.27% -
HSV(B) 14.89º 1% 0.54% -
XYZ 10.89 6.46 0.67 -
YUV 60.92 93.62 182.26 -
System Red Green Blue C M Y K H S L
Decimal 137 34 0 0 0.75 1 0.46 14.89 1 0.27
Hex 89 22 0 0 4B 64 2E F 64 1B
Octal 211 42 0 0 113 144 56 17 144 33
Binary 10001001 100010 0 0 1001011 1100100 101110 1111 1100100 11011

Color Harmonies of #892200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892200

Black with #892200

Text Example


Text Example

White with #892200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892200; }

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

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

background-color css

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

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

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

border-color css

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

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

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