Html Css Color HEX #371533 Mardi Gras

📋 copy color: '#371533'

red 55 ◦ green 21 ◦ blue 51

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

Shades of Mardi Gras #371533

Tints of Mardi Gras #371533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.54%

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

R = 43.31%
G = 16.54%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#371533 (or 0x371533) is known color: Mardi Gras. HEX triplet: 37, 15 and 33. RGB value is (55,21,51). Sum of RGB (Red+Green+Blue) = 55+21+51=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 55 - color contains mainly: red. Hex color #371533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371533 is #C8EACC. Grayscale: #222222. Windows color (decimal): -13167309 or 3347767. OLE color: 3347767.

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

Color convert

RGB 55 21 51 -
CMYK 0 0.62 0.07 0.78
HSL 307.06º 0.45% 0.15% -
HSV(B) 307.06º 0.62% 0.22% -
XYZ 2.44 1.59 3.31 -
YUV 34.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 55 21 51 0 0.62 0.07 0.78 307.06 0.45 0.15
Hex 37 15 33 0 3E 7 4E 133 2D F
Octal 67 25 63 0 76 7 116 463 55 17
Binary 110111 10101 110011 0 111110 111 1001110 100110011 101101 1111

Color Harmonies of #371533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371533

Black with #371533

Text Example


Text Example

White with #371533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371533; }

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

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

background-color css

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

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

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

border-color css

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

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

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