#360631

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

Shades of Mardi Gras #360631

Tints of Mardi Gras #360631

Color information

#360631 (or 0x360631) is unknown color: approx Mardi Gras. HEX triplet: 36, 06 and 31. RGB value is (54,6,49). Sum of RGB (Red+Green+Blue) = 54+6+49=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #360631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360631 is #C9F9CE. Grayscale: #191919. Windows color (decimal): -13236687 or 3212854. OLE color: 3212854.

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

Color convert

RGB54649-
CMYK00.890.090.79
HSL306.25º80%11.76%-
HSV(B)306.25º88.89%21.18%-
XYZ2.141.143.01-
YUV25.25141.4148.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.54%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 49 (19.53% from 255) = 44.95%
R=49.54%
G=5.50%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5464900.890.090.79306.258011.76
Hex3663105994F13250c
Octal6666101311111746212014
Binary110110110110001010110011001100111110011001010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360631; }

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

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

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

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

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

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

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

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