#92120D

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

Shades of Falu Red #92120D

Tints of Falu Red #92120D

Color information

#92120D (or 0x92120D) is unknown color: approx Falu Red. HEX triplet: 92, 12 and 0D. RGB value is (146,18,13). Sum of RGB (Red+Green+Blue) = 146+18+13=177 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.49% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 146 - color contains mainly: red. Hex color #92120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92120D is #6DEDF2. Grayscale: #373737. Windows color (decimal): -7204339 or 856722. OLE color: 856722.

HSL color Cylindrical-coordinate representation of color #92120D: hue angle of 2.26º 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 #92120D is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB1461813-
CMYK00.880.910.43
HSL2.26º83.65%31.18%-
HSV(B)2.26º91.1%57.25%-
XYZ12.146.571.01-
YUV55.7103.91192.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 82.49%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 13 (5.47% from 255) = 7.34%
R=82.49%
G=10.17%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146181300.880.910.432.2683.6531.18
Hex9212D0585B2B2541f
Octal2222215013013353212437
Binary1001001010010110101011000101101110101110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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