#932000

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

Shades of Falu Red #932000

Tints of Falu Red #932000

Color information

#932000 (or 0x932000) is unknown color: approx Falu Red. HEX triplet: 93, 20 and 00. RGB value is (147,32,0). Sum of RGB (Red+Green+Blue) = 147+32+0=179 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.12% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 147 - color contains mainly: red. Hex color #932000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932000 is #6CDFFF. Grayscale: #3E3E3E. Windows color (decimal): -7135232 or 8339. OLE color: 8339.

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

Color convert

RGB147320-
CMYK00.7810.42
HSL13.06º100%28.82%-
HSV(B)13.06º100%57.65%-
XYZ12.557.240.74-
YUV62.7492.6188.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 82.12%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.12%
G=17.88%
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
Decimal14732000.7810.4213.0610028.82
Hex9320004E642Ad641d
Octal2234000116144521514435
Binary1001001110000000100111011001001010101101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932000; }

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

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

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

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

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

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

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

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