Html Css Color HEX #922200 Falu Red

📋 copy color: '#922200'

red 146 ◦ green 34 ◦ blue 0

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

Shades of Falu Red #922200

Tints of Falu Red #922200

RGB

 RED value IS 146 (57.42% from 255) = 81.11%

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

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

R = 81.11%
G = 18.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#922200 (or 0x922200) is known color: Falu Red. HEX triplet: 92, 22 and 00. RGB value is (146,34,0). Sum of RGB (Red+Green+Blue) = 146+34+0=180 (23% of max value = 765). Red value is 146 (57.42% from 255 or 81.11% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 146 - color contains mainly: red. Hex color #922200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922200 is #6DDDFF. Grayscale: #3F3F3F. Windows color (decimal): -7200256 or 8850. OLE color: 8850.

HSL color Cylindrical-coordinate representation of color #922200: hue angle of 13.97º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #922200 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 34 0 -
CMYK 0 0.77 1 0.43
HSL 13.97º 1% 0.29% -
HSV(B) 13.97º 1% 0.57% -
XYZ 12.43 7.26 0.75 -
YUV 63.61 92.11 186.76 -
System Red Green Blue C M Y K H S L
Decimal 146 34 0 0 0.77 1 0.43 13.97 1 0.29
Hex 92 22 0 0 4D 64 2B E 64 1D
Octal 222 42 0 0 115 144 53 16 144 35
Binary 10010010 100010 0 0 1001101 1100100 101011 1110 1100100 11101

Color Harmonies of #922200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922200

Black with #922200

Text Example


Text Example

White with #922200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922200; }

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

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

background-color css

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

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

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

border-color css

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

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

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