Html Css Color HEX #372234 Mardi Gras

📋 copy color: '#372234'

red 55 ◦ green 34 ◦ blue 52

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

Shades of Mardi Gras #372234

Tints of Mardi Gras #372234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

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

R = 39.01%
G = 24.11%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#372234 (or 0x372234) is known color: Mardi Gras. HEX triplet: 37, 22 and 34. RGB value is (55,34,52). Sum of RGB (Red+Green+Blue) = 55+34+52=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 55 - color contains mainly: red. Hex color #372234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372234 is #C8DDCB. Grayscale: #2A2A2A. Windows color (decimal): -13163980 or 3416631. OLE color: 3416631.

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

Color convert

RGB 55 34 52 -
CMYK 0 0.38 0.05 0.78
HSL 308.57º 0.24% 0.17% -
HSV(B) 308.57º 0.38% 0.22% -
XYZ 2.77 2.2 3.53 -
YUV 42.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 55 34 52 0 0.38 0.05 0.78 308.57 0.24 0.17
Hex 37 22 34 0 26 5 4E 135 18 11
Octal 67 42 64 0 46 5 116 465 30 21
Binary 110111 100010 110100 0 100110 101 1001110 100110101 11000 10001

Color Harmonies of #372234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372234

Black with #372234

Text Example


Text Example

White with #372234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372234; }

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

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

background-color css

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

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

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

border-color css

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

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

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