Html Css Color HEX #371132 Mardi Gras

📋 copy color: '#371132'

red 55 ◦ green 17 ◦ blue 50

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

Shades of Mardi Gras #371132

Tints of Mardi Gras #371132

RGB

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

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

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

R = 45.08%
G = 13.93%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#371132 (or 0x371132) is known color: Mardi Gras. HEX triplet: 37, 11 and 32. RGB value is (55,17,50). Sum of RGB (Red+Green+Blue) = 55+17+50=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #371132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371132 is #C8EECD. Grayscale: #202020. Windows color (decimal): -13168334 or 3281207. OLE color: 3281207.

HSL color Cylindrical-coordinate representation of color #371132: hue angle of 307.89º 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 #371132 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 17 50 -
CMYK 0 0.69 0.09 0.78
HSL 307.89º 0.53% 0.14% -
HSV(B) 307.89º 0.69% 0.22% -
XYZ 2.35 1.44 3.17 -
YUV 32.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 55 17 50 0 0.69 0.09 0.78 307.89 0.53 0.14
Hex 37 11 32 0 45 9 4E 134 35 E
Octal 67 21 62 0 105 11 116 464 65 16
Binary 110111 10001 110010 0 1000101 1001 1001110 100110100 110101 1110

Color Harmonies of #371132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371132

Black with #371132

Text Example


Text Example

White with #371132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371132; }

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

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

background-color css

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

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

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

border-color css

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

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

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