#361639

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

Shades of Mardi Gras #361639

Tints of Mardi Gras #361639

Color information

#361639 (or 0x361639) is unknown color: approx Mardi Gras. HEX triplet: 36, 16 and 39. RGB value is (54,22,57). Sum of RGB (Red+Green+Blue) = 54+22+57=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: blue. Hex color #361639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361639 is #C9E9C6. Grayscale: #232323. Windows color (decimal): -13232583 or 3741238. OLE color: 3741238.

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

Color convert

RGB542257-
CMYK0.050.6100.78
HSL294.86º44.3%15.49%-
HSV(B)294.86º61.4%22.35%-
XYZ2.551.654.06-
YUV35.56140.1141.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.60%
GREEN value IS 22 (8.98% from 255) = 16.54%
BLUE value IS 57 (22.66% from 255) = 42.86%
R=40.60%
G=16.54%
B=42.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5422570.050.6100.78294.8644.315.49
Hex36163953D04E1272cf
Octal66267157501164475417
Binary11011010110111001101111101010011101001001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361639; }

 p { color: rgb(54,22,57); }

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

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

 a { background-color: rgb(54,22,57); }

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

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

 span { border-color: rgb(54,22,57); }

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