#371233

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

Shades of Mardi Gras #371233

Tints of Mardi Gras #371233

Color information

#371233 (or 0x371233) is unknown color: approx Mardi Gras. HEX triplet: 37, 12 and 33. RGB value is (55,18,51). Sum of RGB (Red+Green+Blue) = 55+18+51=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #371233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371233 is #C8EDCC. Grayscale: #202020. Windows color (decimal): -13168077 or 3346999. OLE color: 3346999.

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

Color convert

RGB551851-
CMYK00.670.070.78
HSL306.49º50.68%14.31%-
HSV(B)306.49º67.27%21.57%-
XYZ2.391.483.29-
YUV32.83138.26143.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 18 (7.42% from 255) = 14.52%
BLUE value IS 51 (20.31% from 255) = 41.13%
R=44.35%
G=14.52%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55185100.670.070.78306.4950.6814.31
Hex37123304374E13233e
Octal672263010371164626316
Binary110111100101100110100001111110011101001100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371233; }

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

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

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

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

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

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

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

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