#370832

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

Shades of Mardi Gras #370832

Tints of Mardi Gras #370832

Color information

#370832 (or 0x370832) is unknown color: approx Mardi Gras. HEX triplet: 37, 08 and 32. RGB value is (55,8,50). Sum of RGB (Red+Green+Blue) = 55+8+50=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 50 (19.92% from 255 or 44.25% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #370832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370832 is #C8F7CD. Grayscale: #1A1A1A. Windows color (decimal): -13170638 or 3278903. OLE color: 3278903.

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

Color convert

RGB55850-
CMYK00.850.090.78
HSL306.38º74.6%12.35%-
HSV(B)306.38º85.45%21.57%-
XYZ2.241.223.13-
YUV26.84141.07148.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.67%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 50 (19.92% from 255) = 44.25%
R=48.67%
G=7.08%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5585000.850.090.78306.3874.612.35
Hex3783205594E1324bc
Octal67106201251111646211314
Binary1101111000110010010101011001100111010011001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370832; }

 p { color: rgb(55,8,50); }

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

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

 a { background-color: rgb(55,8,50); }

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

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

 span { border-color: rgb(55,8,50); }

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