#932404

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

Shades of Falu Red #932404

Tints of Falu Red #932404

Color information

#932404 (or 0x932404) is unknown color: approx Falu Red. HEX triplet: 93, 24 and 04. RGB value is (147,36,4). Sum of RGB (Red+Green+Blue) = 147+36+4=187 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.61% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 147 - color contains mainly: red. Hex color #932404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932404 is #6CDBFB. Grayscale: #414141. Windows color (decimal): -7134204 or 271507. OLE color: 271507.

HSL color Cylindrical-coordinate representation of color #932404: hue angle of 13.43º 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 #932404 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB147364-
CMYK00.760.970.42
HSL13.43º94.7%29.61%-
HSV(B)13.43º97.28%57.65%-
XYZ12.697.470.89-
YUV65.5493.27186.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 78.61%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 4 (1.95% from 255) = 2.14%
R=78.61%
G=19.25%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14736400.760.970.4213.4394.729.61
Hex9324404C612Ad5f1e
Octal2234440114141521513736
Binary100100111001001000100110011000011010101101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932404; }

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

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

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

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

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

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

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

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