#912007

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

Shades of Falu Red #912007

Tints of Falu Red #912007

Color information

#912007 (or 0x912007) is unknown color: approx Falu Red. HEX triplet: 91, 20 and 07. RGB value is (145,32,7). Sum of RGB (Red+Green+Blue) = 145+32+7=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #912007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912007 is #6EDFF8. Grayscale: #3F3F3F. Windows color (decimal): -7266297 or 467089. OLE color: 467089.

HSL color Cylindrical-coordinate representation of color #912007: hue angle of 10.87º 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 #912007 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB145327-
CMYK00.780.950.43
HSL10.87º90.79%29.8%-
HSV(B)10.87º95.17%56.86%-
XYZ12.237.070.92-
YUV62.9496.44186.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 78.80%
GREEN value IS 32 (12.89% from 255) = 17.39%
BLUE value IS 7 (3.12% from 255) = 3.80%
R=78.80%
G=17.39%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14532700.780.950.4310.8790.7929.8
Hex9120704E5F2Bb5b1e
Octal2214070116137531313336
Binary100100011000001110100111010111111010111011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912007; }

 p { color: rgb(145,32,7); }

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

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

 a { background-color: rgb(145,32,7); }

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

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

 span { border-color: rgb(145,32,7); }

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