Html Css Color HEX #372034 Mardi Gras

📋 copy color: '#372034'

red 55 ◦ green 32 ◦ blue 52

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

Shades of Mardi Gras #372034

Tints of Mardi Gras #372034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 37.41%

R = 39.57%
G = 23.02%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#372034 (or 0x372034) is known color: Mardi Gras. HEX triplet: 37, 20 and 34. RGB value is (55,32,52). Sum of RGB (Red+Green+Blue) = 55+32+52=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 55 - color contains mainly: red. Hex color #372034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372034 is #C8DFCB. Grayscale: #292929. Windows color (decimal): -13164492 or 3416119. OLE color: 3416119.

HSL color Cylindrical-coordinate representation of color #372034: hue angle of 307.83º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #372034 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 32 52 -
CMYK 0 0.42 0.05 0.78
HSL 307.83º 0.26% 0.17% -
HSV(B) 307.83º 0.42% 0.22% -
XYZ 2.71 2.09 3.51 -
YUV 41.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 55 32 52 0 0.42 0.05 0.78 307.83 0.26 0.17
Hex 37 20 34 0 2A 5 4E 134 1A 11
Octal 67 40 64 0 52 5 116 464 32 21
Binary 110111 100000 110100 0 101010 101 1001110 100110100 11010 10001

Color Harmonies of #372034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372034

Black with #372034

Text Example


Text Example

White with #372034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372034; }

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

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

background-color css

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

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

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

border-color css

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

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

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