#370631

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

Shades of Mardi Gras #370631

Tints of Mardi Gras #370631

Color information

#370631 (or 0x370631) is unknown color: approx Mardi Gras. HEX triplet: 37, 06 and 31. RGB value is (55,6,49). Sum of RGB (Red+Green+Blue) = 55+6+49=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #370631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370631 is #C8F9CE. Grayscale: #191919. Windows color (decimal): -13171151 or 3212855. OLE color: 3212855.

HSL color Cylindrical-coordinate representation of color #370631: hue angle of 307.35º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370631 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB55649-
CMYK00.890.110.78
HSL307.35º80.33%11.96%-
HSV(B)307.35º89.09%21.57%-
XYZ2.21.163.01-
YUV25.55141.23149-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 5.45%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=50%
G=5.45%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5564900.890.110.78307.3580.3311.96
Hex37631059B4E13350c
Octal6766101311311646312014
Binary110111110110001010110011011100111010011001110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370631; }

 p { color: rgb(55,6,49); }

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

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

 a { background-color: rgb(55,6,49); }

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

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

 span { border-color: rgb(55,6,49); }

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