#37113C

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

Shades of Mardi Gras #37113C

Tints of Mardi Gras #37113C

Color information

#37113C (or 0x37113C) is unknown color: approx Mardi Gras. HEX triplet: 37, 11 and 3C. RGB value is (55,17,60). Sum of RGB (Red+Green+Blue) = 55+17+60=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #37113C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37113C is #C8EEC3. Grayscale: #212121. Windows color (decimal): -13168324 or 3936567. OLE color: 3936567.

HSL color Cylindrical-coordinate representation of color #37113C: hue angle of 293.02º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37113C is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB551760-
CMYK0.080.7200.76
HSL293.02º55.84%15.1%-
HSV(B)293.02º71.67%23.53%-
XYZ2.591.544.44-
YUV33.26143.09143.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.67%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 60 (23.83% from 255) = 45.45%
R=41.67%
G=12.88%
B=45.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5517600.080.7200.76293.0255.8415.1
Hex37113C84804C12538f
Octal6721741011001144457017
Binary1101111000111110010001001000010011001001001011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37113C; }

 p { color: rgb(55,17,60); }

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

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

 a { background-color: rgb(55,17,60); }

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

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

 span { border-color: rgb(55,17,60); }

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