#932004

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

Shades of Falu Red #932004

Tints of Falu Red #932004

Color information

#932004 (or 0x932004) is unknown color: approx Falu Red. HEX triplet: 93, 20 and 04. RGB value is (147,32,4). Sum of RGB (Red+Green+Blue) = 147+32+4=183 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.33% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 147 - color contains mainly: red. Hex color #932004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932004 is #6CDFFB. Grayscale: #3F3F3F. Windows color (decimal): -7135228 or 270483. OLE color: 270483.

HSL color Cylindrical-coordinate representation of color #932004: hue angle of 11.75º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #932004 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB147324-
CMYK00.780.970.42
HSL11.75º94.7%29.61%-
HSV(B)11.75º97.28%57.65%-
XYZ12.577.240.85-
YUV63.1994.6187.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 80.33%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 4 (1.95% from 255) = 2.19%
R=80.33%
G=17.49%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14732400.780.970.4211.7594.729.61
Hex9320404E612Ac5f1e
Octal2234040116141521413736
Binary100100111000001000100111011000011010101100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932004; }

 p { color: rgb(147,32,4); }

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

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

 a { background-color: rgb(147,32,4); }

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

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

 span { border-color: rgb(147,32,4); }

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