#92200D

Color #92200D Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #92200D

Tints of Falu Red #92200D

Color information

#92200D (or 0x92200D) is unknown color: approx Falu Red. HEX triplet: 92, 20 and 0D. RGB value is (146,32,13). Sum of RGB (Red+Green+Blue) = 146+32+13=191 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.44% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 146 - color contains mainly: red. Hex color #92200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92200D is #6DDFF2. Grayscale: #404040. Windows color (decimal): -7200755 or 860306. OLE color: 860306.

HSL color Cylindrical-coordinate representation of color #92200D: hue angle of 8.57º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92200D is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB1463213-
CMYK00.780.910.43
HSL8.57º83.65%31.18%-
HSV(B)8.57º91.1%57.25%-
XYZ12.447.171.11-
YUV63.9299.27186.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 76.44%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 13 (5.47% from 255) = 6.81%
R=76.44%
G=16.75%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146321300.780.910.438.5783.6531.18
Hex9220D04E5B2B9541f
Octal22240150116133531112437
Binary1001001010000011010100111010110111010111001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92200D; }

 p { color: rgb(146,32,13); }

 H1.HeaderClassName
 {
   color: #92200D;
 }
 .AnyTagClassName
 {
   color: #92200D;
 }
</style>
background-color css

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

 a { background-color: rgb(146,32,13); }

 div.DivClassName
 {
   background-color: #92200D;
 }
 .BgClassName
 {
   background-color: #92200D;
 }
</style>
border-color css

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

 span { border-color: rgb(146,32,13); }

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