#362133

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

Shades of Mardi Gras #362133

Tints of Mardi Gras #362133

Color information

#362133 (or 0x362133) is unknown color: approx Mardi Gras. HEX triplet: 36, 21 and 33. RGB value is (54,33,51). Sum of RGB (Red+Green+Blue) = 54+33+51=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #362133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362133 is #C9DECC. Grayscale: #292929. Windows color (decimal): -13229773 or 3350838. OLE color: 3350838.

HSL color Cylindrical-coordinate representation of color #362133: hue angle of 308.57º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #362133 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB543351-
CMYK00.390.060.79
HSL308.57º24.14%17.06%-
HSV(B)308.57º38.89%21.18%-
XYZ2.662.113.4-
YUV41.33133.46137.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.13%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 51 (20.31% from 255) = 36.96%
R=39.13%
G=23.91%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54335100.390.060.79308.5724.1417.06
Hex36213302764F1351811
Octal66416304761174653021
Binary110110100001110011010011111010011111001101011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362133; }

 p { color: rgb(54,33,51); }

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

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

 a { background-color: rgb(54,33,51); }

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

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

 span { border-color: rgb(54,33,51); }

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