Html Css Color HEX #37203C Mardi Gras

📋 copy color: '#37203C'

red 55 ◦ green 32 ◦ blue 60

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

Shades of Mardi Gras #37203C

Tints of Mardi Gras #37203C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.77%

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

R = 37.41%
G = 21.77%
B = 40.82%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#37203C (or 0x37203C) is known color: Mardi Gras. HEX triplet: 37, 20 and 3C. RGB value is (55,32,60). Sum of RGB (Red+Green+Blue) = 55+32+60=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 60 - color contains mainly: blue. Hex color #37203C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37203C is #C8DFC3. Grayscale: #292929. Windows color (decimal): -13164484 or 3940407. OLE color: 3940407.

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

Color convert

RGB 55 32 60 -
CMYK 0.08 0.47 0 0.76
HSL 289.29º 0.3% 0.18% -
HSV(B) 289.29º 0.47% 0.24% -
XYZ 2.91 2.17 4.54 -
YUV 42.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 55 32 60 0.08 0.47 0 0.76 289.29 0.3 0.18
Hex 37 20 3C 8 2F 0 4C 121 1E 12
Octal 67 40 74 10 57 0 114 441 36 22
Binary 110111 100000 111100 1000 101111 0 1001100 100100001 11110 10010

Color Harmonies of #37203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37203C

Black with #37203C

Text Example


Text Example

White with #37203C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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