#371033

Color #371033 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #371033

Tints of Mardi Gras #371033

Color information

#371033 (or 0x371033) is unknown color: approx Mardi Gras. HEX triplet: 37, 10 and 33. RGB value is (55,16,51). Sum of RGB (Red+Green+Blue) = 55+16+51=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #371033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371033 is #C8EFCC. Grayscale: #1F1F1F. Windows color (decimal): -13168589 or 3346487. OLE color: 3346487.

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

Color convert

RGB551651-
CMYK00.710.070.78
HSL306.15º54.93%13.92%-
HSV(B)306.15º70.91%21.57%-
XYZ2.361.423.28-
YUV31.65138.92144.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.08%
GREEN value IS 16 (6.64% from 255) = 13.11%
BLUE value IS 51 (20.31% from 255) = 41.80%
R=45.08%
G=13.11%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55165100.710.070.78306.1554.9313.92
Hex37103304774E13237e
Octal672063010771164626716
Binary110111100001100110100011111110011101001100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371033; }

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

 H1.HeaderClassName
 {
   color: #371033;
 }
 .AnyTagClassName
 {
   color: #371033;
 }
</style>
background-color css

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

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

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

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

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

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