Html Css Color HEX #371232 Mardi Gras

📋 copy color: '#371232'

red 55 ◦ green 18 ◦ blue 50

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

Shades of Mardi Gras #371232

Tints of Mardi Gras #371232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.63%

 BLUE value IS 50 (19.92% from 255) = 40.65%

R = 44.72%
G = 14.63%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#371232 (or 0x371232) is known color: Mardi Gras. HEX triplet: 37, 12 and 32. RGB value is (55,18,50). Sum of RGB (Red+Green+Blue) = 55+18+50=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #371232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371232 is #C8EDCD. Grayscale: #202020. Windows color (decimal): -13168078 or 3281463. OLE color: 3281463.

HSL color Cylindrical-coordinate representation of color #371232: hue angle of 308.11º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371232 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 18 50 -
CMYK 0 0.67 0.09 0.78
HSL 308.11º 0.51% 0.14% -
HSV(B) 308.11º 0.67% 0.22% -
XYZ 2.37 1.48 3.18 -
YUV 32.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 55 18 50 0 0.67 0.09 0.78 308.11 0.51 0.14
Hex 37 12 32 0 43 9 4E 134 33 E
Octal 67 22 62 0 103 11 116 464 63 16
Binary 110111 10010 110010 0 1000011 1001 1001110 100110100 110011 1110

Color Harmonies of #371232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371232

Black with #371232

Text Example


Text Example

White with #371232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371232; }

 p { color: rgb(55,18,50); }

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

background-color css

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

 a { background-color: rgb(55,18,50); }

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

border-color css

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

 span { border-color: rgb(55,18,50); }

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