#932400

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

Shades of Falu Red #932400

Tints of Falu Red #932400

Color information

#932400 (or 0x932400) is unknown color: approx Falu Red. HEX triplet: 93, 24 and 00. RGB value is (147,36,0). Sum of RGB (Red+Green+Blue) = 147+36+0=183 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.33% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 147 - color contains mainly: red. Hex color #932400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932400 is #6CDBFF. Grayscale: #414141. Windows color (decimal): -7134208 or 9363. OLE color: 9363.

HSL color Cylindrical-coordinate representation of color #932400: hue angle of 14.69º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #932400 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB147360-
CMYK00.7610.42
HSL14.69º100%28.82%-
HSV(B)14.69º100%57.65%-
XYZ12.667.460.77-
YUV65.0891.27186.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 80.33%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.33%
G=19.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14736000.7610.4214.6910028.82
Hex9324004C642Af641d
Octal2234400114144521714435
Binary1001001110010000100110011001001010101111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932400; }

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

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

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

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

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

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

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

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