Html Css Color HEX #37213C Mardi Gras

📋 copy color: '#37213C'

red 55 ◦ green 33 ◦ blue 60

#37213C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #37213C

Tints of Mardi Gras #37213C

RGB

 RED value IS 55 (21.88% from 255) = 37.16%

 GREEN value IS 33 (13.28% from 255) = 22.3%

 BLUE value IS 60 (23.83% from 255) = 40.54%

R = 37.16%
G = 22.3%
B = 40.54%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#37213C (or 0x37213C) is known color: Mardi Gras. HEX triplet: 37, 21 and 3C. RGB value is (55,33,60). Sum of RGB (Red+Green+Blue) = 55+33+60=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 60 - color contains mainly: blue. Hex color #37213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37213C is #C8DEC3. Grayscale: #2A2A2A. Windows color (decimal): -13164228 or 3940663. OLE color: 3940663.

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

Color convert

RGB 55 33 60 -
CMYK 0.08 0.45 0 0.76
HSL 288.89º 0.29% 0.18% -
HSV(B) 288.89º 0.45% 0.24% -
XYZ 2.94 2.23 4.55 -
YUV 42.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 55 33 60 0.08 0.45 0 0.76 288.89 0.29 0.18
Hex 37 21 3C 8 2D 0 4C 121 1D 12
Octal 67 41 74 10 55 0 114 441 35 22
Binary 110111 100001 111100 1000 101101 0 1001100 100100001 11101 10010

Color Harmonies of #37213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37213C

Black with #37213C

Text Example


Text Example

White with #37213C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37213C;
 }
 .AnyTagClassName
 {
   color: #37213C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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