#370734

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

Shades of Mardi Gras #370734

Tints of Mardi Gras #370734

Color information

#370734 (or 0x370734) is unknown color: approx Mardi Gras. HEX triplet: 37, 07 and 34. RGB value is (55,7,52). Sum of RGB (Red+Green+Blue) = 55+7+52=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #370734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370734 is #C8F8CB. Grayscale: #1A1A1A. Windows color (decimal): -13170892 or 3409719. OLE color: 3409719.

HSL color Cylindrical-coordinate representation of color #370734: hue angle of 303.75º 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 #370734 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB55752-
CMYK00.870.050.78
HSL303.75º77.42%12.16%-
HSV(B)303.75º87.27%21.57%-
XYZ2.271.213.36-
YUV26.48142.4148.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.25%
GREEN value IS 7 (3.12% from 255) = 6.14%
BLUE value IS 52 (20.70% from 255) = 45.61%
R=48.25%
G=6.14%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5575200.870.050.78303.7577.4212.16
Hex3773405754E1304dc
Octal677640127511646011514
Binary11011111111010001010111101100111010011000010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370734; }

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

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

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

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

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

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

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

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