#360731

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

Shades of Mardi Gras #360731

Tints of Mardi Gras #360731

Color information

#360731 (or 0x360731) is unknown color: approx Mardi Gras. HEX triplet: 36, 07 and 31. RGB value is (54,7,49). Sum of RGB (Red+Green+Blue) = 54+7+49=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #360731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360731 is #C9F8CE. Grayscale: #191919. Windows color (decimal): -13236431 or 3213110. OLE color: 3213110.

HSL color Cylindrical-coordinate representation of color #360731: hue angle of 306.38º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #360731 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB54749-
CMYK00.870.090.79
HSL306.38º77.05%11.96%-
HSV(B)306.38º87.04%21.18%-
XYZ2.151.163.02-
YUV25.84141.07148.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.09%
GREEN value IS 7 (3.12% from 255) = 6.36%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=49.09%
G=6.36%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5474900.870.090.79306.3877.0511.96
Hex3673105794F1324dc
Octal6676101271111746211514
Binary110110111110001010101111001100111110011001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360731; }

 p { color: rgb(54,7,49); }

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

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

 a { background-color: rgb(54,7,49); }

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

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

 span { border-color: rgb(54,7,49); }

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