#360630

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

Shades of Mardi Gras #360630

Tints of Mardi Gras #360630

Color information

#360630 (or 0x360630) is unknown color: approx Mardi Gras. HEX triplet: 36, 06 and 30. RGB value is (54,6,48). Sum of RGB (Red+Green+Blue) = 54+6+48=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #360630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360630 is #C9F9CF. Grayscale: #191919. Windows color (decimal): -13236688 or 3147318. OLE color: 3147318.

HSL color Cylindrical-coordinate representation of color #360630: hue angle of 307.5º 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 #360630 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB54648-
CMYK00.890.110.79
HSL307.5º80%11.76%-
HSV(B)307.5º88.89%21.18%-
XYZ2.121.132.9-
YUV25.14140.9148.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 5.56%
BLUE value IS 48 (19.14% from 255) = 44.44%
R=50%
G=5.56%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5464800.890.110.79307.58011.76
Hex36630059B4F13450c
Octal6666001311311746412014
Binary110110110110000010110011011100111110011010010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360630; }

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

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

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

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

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

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

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

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