#37143D

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

Shades of Mardi Gras #37143D

Tints of Mardi Gras #37143D

Color information

#37143D (or 0x37143D) is unknown color: approx Mardi Gras. HEX triplet: 37, 14 and 3D. RGB value is (55,20,61). Sum of RGB (Red+Green+Blue) = 55+20+61=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #37143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37143D is #C8EBC2. Grayscale: #232323. Windows color (decimal): -13167555 or 4002871. OLE color: 4002871.

HSL color Cylindrical-coordinate representation of color #37143D: hue angle of 291.22º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37143D is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB552061-
CMYK0.100.6700.76
HSL291.22º50.62%15.88%-
HSV(B)291.22º67.21%23.92%-
XYZ2.671.654.59-
YUV35.14142.6142.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.44%
GREEN value IS 20 (8.20% from 255) = 14.71%
BLUE value IS 61 (24.22% from 255) = 44.85%
R=40.44%
G=14.71%
B=44.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5520610.100.6700.76291.2250.6215.88
Hex37143DA4304C1233310
Octal6724751210301144436320
Binary11011110100111101101010000110100110010010001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37143D; }

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

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

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

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

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

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

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

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