Html Css Color HEX #37053A Mardi Gras

📋 copy color: '#37053A'

red 55 ◦ green 5 ◦ blue 58

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

Shades of Mardi Gras #37053A

Tints of Mardi Gras #37053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.24%

 BLUE value IS 58 (23.05% from 255) = 49.15%

R = 46.61%
G = 4.24%
B = 49.15%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#37053A (or 0x37053A) is known color: Mardi Gras. HEX triplet: 37, 05 and 3A. RGB value is (55,5,58). Sum of RGB (Red+Green+Blue) = 55+5+58=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #37053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37053A is #C8FAC5. Grayscale: #191919. Windows color (decimal): -13171398 or 3802423. OLE color: 3802423.

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

Color convert

RGB 55 5 58 -
CMYK 0.05 0.91 0 0.77
HSL 296.6º 0.84% 0.12% -
HSV(B) 296.6º 0.91% 0.23% -
XYZ 2.39 1.23 4.11 -
YUV 25.99 146.07 148.69 -
System Red Green Blue C M Y K H S L
Decimal 55 5 58 0.05 0.91 0 0.77 296.6 0.84 0.12
Hex 37 5 3A 5 5B 0 4D 129 54 C
Octal 67 5 72 5 133 0 115 451 124 14
Binary 110111 101 111010 101 1011011 0 1001101 100101001 1010100 1100

Color Harmonies of #37053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37053A

Black with #37053A

Text Example


Text Example

White with #37053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,5,58); }

 H1.HeaderClassName
 {
   color: #37053A;
 }
 .AnyTagClassName
 {
   color: #37053A;
 }
</style>

background-color css

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

 a { background-color: rgb(55,5,58); }

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

border-color css

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

 span { border-color: rgb(55,5,58); }

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