#370835

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

Shades of Mardi Gras #370835

Tints of Mardi Gras #370835

Color information

#370835 (or 0x370835) is unknown color: approx Mardi Gras. HEX triplet: 37, 08 and 35. RGB value is (55,8,53). Sum of RGB (Red+Green+Blue) = 55+8+53=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #370835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370835 is #C8F7CA. Grayscale: #1B1B1B. Windows color (decimal): -13170635 or 3475511. OLE color: 3475511.

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

Color convert

RGB55853-
CMYK00.850.040.78
HSL302.55º74.6%12.35%-
HSV(B)302.55º85.45%21.57%-
XYZ2.31.243.49-
YUV27.18142.57147.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.41%
GREEN value IS 8 (3.52% from 255) = 6.90%
BLUE value IS 53 (21.09% from 255) = 45.69%
R=47.41%
G=6.90%
B=45.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5585300.850.040.78302.5574.612.35
Hex3783505544E12f4bc
Octal6710650125411645711314
Binary110111100011010101010101100100111010010111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370835; }

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

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

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

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

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

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

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

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