#32092B

Color #32092B Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #32092B

Tints of Mardi Gras #32092B

Color information

#32092B (or 0x32092B) is unknown color: approx Mardi Gras. HEX triplet: 32, 09 and 2B. RGB value is (50,9,43). Sum of RGB (Red+Green+Blue) = 50+9+43=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #32092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32092B is #CDF6D4. Grayscale: #191919. Windows color (decimal): -13498069 or 2820402. OLE color: 2820402.

HSL color Cylindrical-coordinate representation of color #32092B: hue angle of 310.24º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32092B is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB50943-
CMYK00.820.140.80
HSL310.24º69.49%11.57%-
HSV(B)310.24º82%19.61%-
XYZ1.851.052.39-
YUV25.14138.08145.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.02%
GREEN value IS 9 (3.91% from 255) = 8.82%
BLUE value IS 43 (17.19% from 255) = 42.16%
R=49.02%
G=8.82%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5094300.820.140.80310.2469.4911.57
Hex3292B052E5013645c
Octal62115301221612046610514
Binary1100101001101011010100101110101000010011011010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32092B; }

 p { color: rgb(50,9,43); }

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

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

 a { background-color: rgb(50,9,43); }

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

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

 span { border-color: rgb(50,9,43); }

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