#92100F

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

Shades of Falu Red #92100F

Tints of Falu Red #92100F

Color information

#92100F (or 0x92100F) is unknown color: approx Falu Red. HEX triplet: 92, 10 and 0F. RGB value is (146,16,15). Sum of RGB (Red+Green+Blue) = 146+16+15=177 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.49% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 146 - color contains mainly: red. Hex color #92100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92100F is #6DEFF0. Grayscale: #363636. Windows color (decimal): -7204849 or 987282. OLE color: 987282.

HSL color Cylindrical-coordinate representation of color #92100F: hue angle of 0.46º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92100F is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1461615-
CMYK00.890.900.43
HSL0.46º81.37%31.57%-
HSV(B)0.46º89.73%57.25%-
XYZ12.136.521.07-
YUV54.76105.57193.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 82.49%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=82.49%
G=9.04%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146161500.890.900.430.4681.3731.57
Hex9210F0595A2B05120
Octal2222017013113253012140
Binary1001001010000111101011001101101010101101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92100F; }

 p { color: rgb(146,16,15); }

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

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

 a { background-color: rgb(146,16,15); }

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

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

 span { border-color: rgb(146,16,15); }

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