#361534

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

Shades of Mardi Gras #361534

Tints of Mardi Gras #361534

Color information

#361534 (or 0x361534) is unknown color: approx Mardi Gras. HEX triplet: 36, 15 and 34. RGB value is (54,21,52). Sum of RGB (Red+Green+Blue) = 54+21+52=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #361534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361534 is #C9EACB. Grayscale: #222222. Windows color (decimal): -13232844 or 3413302. OLE color: 3413302.

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

Color convert

RGB542152-
CMYK00.610.040.79
HSL303.64º44%14.71%-
HSV(B)303.64º61.11%21.18%-
XYZ2.411.573.42-
YUV34.4137.93141.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.52%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 52 (20.70% from 255) = 40.94%
R=42.52%
G=16.54%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54215200.610.040.79303.644414.71
Hex36153403D44F1302cf
Octal66256407541174605417
Binary11011010101110100011110110010011111001100001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361534; }

 p { color: rgb(54,21,52); }

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

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

 a { background-color: rgb(54,21,52); }

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

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

 span { border-color: rgb(54,21,52); }

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