Html Css Color HEX #372535 Mardi Gras

📋 copy color: '#372535'

red 55 ◦ green 37 ◦ blue 53

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

Shades of Mardi Gras #372535

Tints of Mardi Gras #372535

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.52%

 BLUE value IS 53 (21.09% from 255) = 36.55%

R = 37.93%
G = 25.52%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#372535 (or 0x372535) is known color: Mardi Gras. HEX triplet: 37, 25 and 35. RGB value is (55,37,53). Sum of RGB (Red+Green+Blue) = 55+37+53=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 55 - color contains mainly: red. Hex color #372535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372535 is #C8DACA. Grayscale: #2C2C2C. Windows color (decimal): -13163211 or 3482935. OLE color: 3482935.

HSL color Cylindrical-coordinate representation of color #372535: hue angle of 306.67º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #372535 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 37 53 -
CMYK 0 0.33 0.04 0.78
HSL 306.67º 0.2% 0.18% -
HSV(B) 306.67º 0.33% 0.22% -
XYZ 2.88 2.39 3.68 -
YUV 44.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 55 37 53 0 0.33 0.04 0.78 306.67 0.2 0.18
Hex 37 25 35 0 21 4 4E 133 14 12
Octal 67 45 65 0 41 4 116 463 24 22
Binary 110111 100101 110101 0 100001 100 1001110 100110011 10100 10010

Color Harmonies of #372535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372535

Black with #372535

Text Example


Text Example

White with #372535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372535; }

 p { color: rgb(55,37,53); }

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

background-color css

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

 a { background-color: rgb(55,37,53); }

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

border-color css

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

 span { border-color: rgb(55,37,53); }

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