#36093A

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

Shades of Mardi Gras #36093A

Tints of Mardi Gras #36093A

Color information

#36093A (or 0x36093A) is unknown color: approx Mardi Gras. HEX triplet: 36, 09 and 3A. RGB value is (54,9,58). Sum of RGB (Red+Green+Blue) = 54+9+58=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 58 - color contains mainly: blue. Hex color #36093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36093A is #C9F6C5. Grayscale: #1B1B1B. Windows color (decimal): -13235910 or 3803446. OLE color: 3803446.

HSL color Cylindrical-coordinate representation of color #36093A: hue angle of 295.1º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36093A is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB54958-
CMYK0.070.8400.77
HSL295.1º73.13%13.14%-
HSV(B)295.1º84.48%22.75%-
XYZ2.381.294.13-
YUV28.04144.91146.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.63%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 58 (23.05% from 255) = 47.93%
R=44.63%
G=7.44%
B=47.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal549580.070.8400.77295.173.1313.14
Hex3693A75404D12749d
Octal6611727124011544711115
Binary110110100111101011110101000100110110010011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36093A; }

 p { color: rgb(54,9,58); }

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

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

 a { background-color: rgb(54,9,58); }

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

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

 span { border-color: rgb(54,9,58); }

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