#322500

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

Shades of Maire #322500

Tints of Maire #322500

Color information

#322500 (or 0x322500) is unknown color: approx Maire. HEX triplet: 32, 25 and 00. RGB value is (50,37,0). Sum of RGB (Red+Green+Blue) = 50+37+0=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #322500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322500 is #CDDAFF. Grayscale: #242424. Windows color (decimal): -13490944 or 9522. OLE color: 9522.

HSL color Cylindrical-coordinate representation of color #322500: hue angle of 44.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #322500 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB50370-
CMYK00.2610.80
HSL44.4º100%9.8%-
HSV(B)44.4º100%19.61%-
XYZ1.9820.28-
YUV36.67107.31137.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 57.47%
GREEN value IS 37 (14.84% from 255) = 42.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.47%
G=42.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5037000.2610.8044.41009.8
Hex3225001A64502c64a
Octal624500321441205414412
Binary11001010010100110101100100101000010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322500; }

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

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

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

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

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

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

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

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