#921C0D

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

Shades of Falu Red #921C0D

Tints of Falu Red #921C0D

Color information

#921C0D (or 0x921C0D) is unknown color: approx Falu Red. HEX triplet: 92, 1C and 0D. RGB value is (146,28,13). Sum of RGB (Red+Green+Blue) = 146+28+13=187 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.07% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 146 - color contains mainly: red. Hex color #921C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921C0D is #6DE3F2. Grayscale: #3D3D3D. Windows color (decimal): -7201779 or 859282. OLE color: 859282.

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

Color convert

RGB1462813-
CMYK00.810.910.43
HSL6.77º83.65%31.18%-
HSV(B)6.77º91.1%57.25%-
XYZ12.346.971.08-
YUV61.57100.59188.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 78.07%
GREEN value IS 28 (11.33% from 255) = 14.97%
BLUE value IS 13 (5.47% from 255) = 6.95%
R=78.07%
G=14.97%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146281300.810.910.436.7783.6531.18
Hex921CD0515B2B7541f
Octal2223415012113353712437
Binary10010010111001101010100011011011101011111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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