#361533

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

Shades of Mardi Gras #361533

Tints of Mardi Gras #361533

Color information

#361533 (or 0x361533) is unknown color: approx Mardi Gras. HEX triplet: 36, 15 and 33. RGB value is (54,21,51). Sum of RGB (Red+Green+Blue) = 54+21+51=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #361533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361533 is #C9EACC. Grayscale: #222222. Windows color (decimal): -13232845 or 3347766. OLE color: 3347766.

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

Color convert

RGB542151-
CMYK00.610.060.79
HSL305.45º44%14.71%-
HSV(B)305.45º61.11%21.18%-
XYZ2.391.563.31-
YUV34.29137.43142.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.86%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 51 (20.31% from 255) = 40.48%
R=42.86%
G=16.67%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54215100.610.060.79305.454414.71
Hex36153303D64F1312cf
Octal66256307561174615417
Binary11011010101110011011110111010011111001100011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361533; }

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

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

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

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

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

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

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

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