#932500

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

Shades of Falu Red #932500

Tints of Falu Red #932500

Color information

#932500 (or 0x932500) is unknown color: approx Falu Red. HEX triplet: 93, 25 and 00. RGB value is (147,37,0). Sum of RGB (Red+Green+Blue) = 147+37+0=184 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.89% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 147 - color contains mainly: red. Hex color #932500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932500 is #6CDAFF. Grayscale: #414141. Windows color (decimal): -7133952 or 9619. OLE color: 9619.

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

Color convert

RGB147370-
CMYK00.7510.42
HSL15.1º100%28.82%-
HSV(B)15.1º100%57.65%-
XYZ12.697.530.78-
YUV65.6790.94186.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 79.89%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.89%
G=20.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14737000.7510.4215.110028.82
Hex9325004B642Af641d
Octal2234500113144521714435
Binary1001001110010100100101111001001010101111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932500; }

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

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

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

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

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

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

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

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