#921D07

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

Shades of Falu Red #921D07

Tints of Falu Red #921D07

Color information

#921D07 (or 0x921D07) is unknown color: approx Falu Red. HEX triplet: 92, 1D and 07. RGB value is (146,29,7). Sum of RGB (Red+Green+Blue) = 146+29+7=182 (24% of max value = 765). Red value is 146 (57.42% from 255 or 80.22% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 146 - color contains mainly: red. Hex color #921D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921D07 is #6DE2F8. Grayscale: #3D3D3D. Windows color (decimal): -7201529 or 466322. OLE color: 466322.

HSL color Cylindrical-coordinate representation of color #921D07: hue angle of 9.5º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #921D07 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB146297-
CMYK00.800.950.43
HSL9.5º90.85%30%-
HSV(B)9.5º95.21%57.25%-
XYZ12.337.010.9-
YUV61.4797.26188.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 80.22%
GREEN value IS 29 (11.72% from 255) = 15.93%
BLUE value IS 7 (3.12% from 255) = 3.85%
R=80.22%
G=15.93%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14629700.800.950.439.590.8530
Hex921D70505F2B95b1e
Octal2223570120137531113336
Binary10010010111011110101000010111111010111001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,29,7); }

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

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

 a { background-color: rgb(146,29,7); }

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

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

 span { border-color: rgb(146,29,7); }

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