#361633

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

Shades of Mardi Gras #361633

Tints of Mardi Gras #361633

Color information

#361633 (or 0x361633) is unknown color: approx Mardi Gras. HEX triplet: 36, 16 and 33. RGB value is (54,22,51). Sum of RGB (Red+Green+Blue) = 54+22+51=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #361633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361633 is #C9E9CC. Grayscale: #222222. Windows color (decimal): -13232589 or 3348022. OLE color: 3348022.

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

Color convert

RGB542251-
CMYK00.590.060.79
HSL305.62º42.11%14.9%-
HSV(B)305.62º59.26%21.18%-
XYZ2.411.63.31-
YUV34.87137.1141.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.52%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 51 (20.31% from 255) = 40.16%
R=42.52%
G=17.32%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54225100.590.060.79305.6242.1114.9
Hex36163303B64F1322af
Octal66266307361174625217
Binary11011010110110011011101111010011111001100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361633; }

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

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

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

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

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

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

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

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