#932100

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

Shades of Falu Red #932100

Tints of Falu Red #932100

Color information

#932100 (or 0x932100) is unknown color: approx Falu Red. HEX triplet: 93, 21 and 00. RGB value is (147,33,0). Sum of RGB (Red+Green+Blue) = 147+33+0=180 (23% of max value = 765). Red value is 147 (57.81% from 255 or 81.67% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 147 - color contains mainly: red. Hex color #932100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932100 is #6CDEFF. Grayscale: #3F3F3F. Windows color (decimal): -7134976 or 8595. OLE color: 8595.

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

Color convert

RGB147330-
CMYK00.7810.42
HSL13.47º100%28.82%-
HSV(B)13.47º100%57.65%-
XYZ12.587.290.74-
YUV63.3292.27187.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 81.67%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.67%
G=18.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14733000.7810.4213.4710028.82
Hex9321004E642Ad641d
Octal2234100116144521514435
Binary1001001110000100100111011001001010101101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932100; }

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

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

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

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

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

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

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

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