#921610

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

Shades of Falu Red #921610

Tints of Falu Red #921610

Color information

#921610 (or 0x921610) is unknown color: approx Falu Red. HEX triplet: 92, 16 and 10. RGB value is (146,22,16). Sum of RGB (Red+Green+Blue) = 146+22+16=184 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.35% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 146 - color contains mainly: red. Hex color #921610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921610 is #6DE9EF. Grayscale: #3A3A3A. Windows color (decimal): -7203312 or 1054354. OLE color: 1054354.

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

Color convert

RGB1462216-
CMYK00.850.890.43
HSL2.77º80.25%31.76%-
HSV(B)2.77º89.04%57.25%-
XYZ12.236.721.14-
YUV58.39104.08190.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 79.35%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 16 (6.64% from 255) = 8.70%
R=79.35%
G=11.96%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146221600.850.890.432.7780.2531.76
Hex921610055592B35020
Octal2222620012513153312040
Binary100100101011010000010101011011001101011111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921610; }

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

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

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

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

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

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

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

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