#370735

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

Shades of Mardi Gras #370735

Tints of Mardi Gras #370735

Color information

#370735 (or 0x370735) is unknown color: approx Mardi Gras. HEX triplet: 37, 07 and 35. RGB value is (55,7,53). Sum of RGB (Red+Green+Blue) = 55+7+53=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #370735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370735 is #C8F8CA. Grayscale: #1A1A1A. Windows color (decimal): -13170891 or 3475255. OLE color: 3475255.

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

Color convert

RGB55753-
CMYK00.870.040.78
HSL302.5º77.42%12.16%-
HSV(B)302.5º87.27%21.57%-
XYZ2.291.223.48-
YUV26.6142.9148.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.83%
GREEN value IS 7 (3.12% from 255) = 6.09%
BLUE value IS 53 (21.09% from 255) = 46.09%
R=47.83%
G=6.09%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5575300.870.040.78302.577.4212.16
Hex3773505744E12e4dc
Octal677650127411645611514
Binary11011111111010101010111100100111010010111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370735; }

 p { color: rgb(55,7,53); }

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

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

 a { background-color: rgb(55,7,53); }

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

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

 span { border-color: rgb(55,7,53); }

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