#361932

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

Shades of Mardi Gras #361932

Tints of Mardi Gras #361932

Color information

#361932 (or 0x361932) is unknown color: approx Mardi Gras. HEX triplet: 36, 19 and 32. RGB value is (54,25,50). Sum of RGB (Red+Green+Blue) = 54+25+50=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #361932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361932 is #C9E6CD. Grayscale: #242424. Windows color (decimal): -13231822 or 3283254. OLE color: 3283254.

HSL color Cylindrical-coordinate representation of color #361932: hue angle of 308.28º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #361932 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.79.

Color convert

RGB542550-
CMYK00.540.070.79
HSL308.28º36.71%15.49%-
HSV(B)308.28º53.7%21.18%-
XYZ2.441.713.22-
YUV36.52135.61140.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.86%
GREEN value IS 25 (10.16% from 255) = 19.38%
BLUE value IS 50 (19.92% from 255) = 38.76%
R=41.86%
G=19.38%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54255000.540.070.79308.2836.7115.49
Hex36193203674F13425f
Octal66316206671174644517
Binary11011011001110010011011011110011111001101001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361932; }

 p { color: rgb(54,25,50); }

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

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

 a { background-color: rgb(54,25,50); }

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

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

 span { border-color: rgb(54,25,50); }

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