#921C0B

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

Shades of Falu Red #921C0B

Tints of Falu Red #921C0B

Color information

#921C0B (or 0x921C0B) is unknown color: approx Falu Red. HEX triplet: 92, 1C and 0B. RGB value is (146,28,11). Sum of RGB (Red+Green+Blue) = 146+28+11=185 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.92% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 146 - color contains mainly: red. Hex color #921C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921C0B is #6DE3F4. Grayscale: #3D3D3D. Windows color (decimal): -7201781 or 728210. OLE color: 728210.

HSL color Cylindrical-coordinate representation of color #921C0B: hue angle of 7.56º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #921C0B is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB1462811-
CMYK00.810.920.43
HSL7.56º85.99%30.78%-
HSV(B)7.56º92.47%57.25%-
XYZ12.336.971.01-
YUV61.3499.59188.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 78.92%
GREEN value IS 28 (11.33% from 255) = 15.14%
BLUE value IS 11 (4.69% from 255) = 5.95%
R=78.92%
G=15.14%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146281100.810.920.437.5685.9930.78
Hex921CB0515C2B8561f
Octal22234130121134531012637
Binary100100101110010110101000110111001010111000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921C0B; }

 p { color: rgb(146,28,11); }

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

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

 a { background-color: rgb(146,28,11); }

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

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

 span { border-color: rgb(146,28,11); }

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