Html Css Color HEX #37213A Mardi Gras

📋 copy color: '#37213A'

red 55 ◦ green 33 ◦ blue 58

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

Shades of Mardi Gras #37213A

Tints of Mardi Gras #37213A

RGB

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

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

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

R = 37.67%
G = 22.6%
B = 39.73%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#37213A (or 0x37213A) is known color: Mardi Gras. HEX triplet: 37, 21 and 3A. RGB value is (55,33,58). Sum of RGB (Red+Green+Blue) = 55+33+58=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 58 - color contains mainly: blue. Hex color #37213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37213A is #C8DEC5. Grayscale: #2A2A2A. Windows color (decimal): -13164230 or 3809591. OLE color: 3809591.

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

Color convert

RGB 55 33 58 -
CMYK 0.05 0.43 0 0.77
HSL 292.8º 0.27% 0.18% -
HSV(B) 292.8º 0.43% 0.23% -
XYZ 2.88 2.21 4.28 -
YUV 42.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 55 33 58 0.05 0.43 0 0.77 292.8 0.27 0.18
Hex 37 21 3A 5 2B 0 4D 125 1B 12
Octal 67 41 72 5 53 0 115 445 33 22
Binary 110111 100001 111010 101 101011 0 1001101 100100101 11011 10010

Color Harmonies of #37213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37213A

Black with #37213A

Text Example


Text Example

White with #37213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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