#37102F

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

Shades of Mardi Gras #37102F

Tints of Mardi Gras #37102F

Color information

#37102F (or 0x37102F) is unknown color: approx Mardi Gras. HEX triplet: 37, 10 and 2F. RGB value is (55,16,47). Sum of RGB (Red+Green+Blue) = 55+16+47=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #37102F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37102F is #C8EFD0. Grayscale: #1F1F1F. Windows color (decimal): -13168593 or 3084343. OLE color: 3084343.

HSL color Cylindrical-coordinate representation of color #37102F: hue angle of 312.31º 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 #37102F is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.78.

Color convert

RGB551647-
CMYK00.710.150.78
HSL312.31º54.93%13.92%-
HSV(B)312.31º70.91%21.57%-
XYZ2.271.392.84-
YUV31.2136.92144.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.61%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 47 (18.75% from 255) = 39.83%
R=46.61%
G=13.56%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55164700.710.150.78312.3154.9313.92
Hex37102F047F4E13837e
Octal6720570107171164706716
Binary1101111000010111101000111111110011101001110001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37102F; }

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

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

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

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

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

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

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

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