#361437

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

Shades of Mardi Gras #361437

Tints of Mardi Gras #361437

Color information

#361437 (or 0x361437) is unknown color: approx Mardi Gras. HEX triplet: 36, 14 and 37. RGB value is (54,20,55). Sum of RGB (Red+Green+Blue) = 54+20+55=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #361437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361437 is #C9EBC8. Grayscale: #222222. Windows color (decimal): -13233097 or 3609654. OLE color: 3609654.

HSL color Cylindrical-coordinate representation of color #361437: hue angle of 298.29º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #361437 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB542055-
CMYK0.020.6400.78
HSL298.29º46.67%14.71%-
HSV(B)298.29º63.64%21.57%-
XYZ2.461.563.79-
YUV34.16139.76142.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.86%
GREEN value IS 20 (8.20% from 255) = 15.50%
BLUE value IS 55 (21.88% from 255) = 42.64%
R=41.86%
G=15.50%
B=42.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5420550.020.6400.78298.2946.6714.71
Hex36143724004E12a2ff
Octal662467210001164525717
Binary11011010100110111101000000010011101001010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361437; }

 p { color: rgb(54,20,55); }

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

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

 a { background-color: rgb(54,20,55); }

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

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

 span { border-color: rgb(54,20,55); }

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