Html Css Color HEX #371133 Mardi Gras

📋 copy color: '#371133'

red 55 ◦ green 17 ◦ blue 51

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

Shades of Mardi Gras #371133

Tints of Mardi Gras #371133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.82%

 BLUE value IS 51 (20.31% from 255) = 41.46%

R = 44.72%
G = 13.82%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#371133 (or 0x371133) is known color: Mardi Gras. HEX triplet: 37, 11 and 33. RGB value is (55,17,51). Sum of RGB (Red+Green+Blue) = 55+17+51=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #371133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371133 is #C8EECC. Grayscale: #202020. Windows color (decimal): -13168333 or 3346743. OLE color: 3346743.

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

Color convert

RGB 55 17 51 -
CMYK 0 0.69 0.07 0.78
HSL 306.32º 0.53% 0.14% -
HSV(B) 306.32º 0.69% 0.22% -
XYZ 2.37 1.45 3.29 -
YUV 32.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 55 17 51 0 0.69 0.07 0.78 306.32 0.53 0.14
Hex 37 11 33 0 45 7 4E 132 35 E
Octal 67 21 63 0 105 7 116 462 65 16
Binary 110111 10001 110011 0 1000101 111 1001110 100110010 110101 1110

Color Harmonies of #371133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371133

Black with #371133

Text Example


Text Example

White with #371133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371133; }

 p { color: rgb(55,17,51); }

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

background-color css

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

 a { background-color: rgb(55,17,51); }

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

border-color css

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

 span { border-color: rgb(55,17,51); }

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