#290524

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

Shades of Mardi Gras #290524

Tints of Mardi Gras #290524

Color information

#290524 (or 0x290524) is unknown color: approx Mardi Gras. HEX triplet: 29, 05 and 24. RGB value is (41,5,36). Sum of RGB (Red+Green+Blue) = 41+5+36=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 36 (14.45% from 255 or 43.90% from 82); Max value from RGB is 41 - color contains mainly: red. Hex color #290524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290524 is #D6FADB. Grayscale: #131313. Windows color (decimal): -14088924 or 2360617. OLE color: 2360617.

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

Color convert

RGB41536-
CMYK00.880.120.84
HSL308.33º78.26%9.02%-
HSV(B)308.33º87.8%16.08%-
XYZ1.290.711.74-
YUV19.3137.43143.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 6.10%
BLUE value IS 36 (14.45% from 255) = 43.90%
R=50%
G=6.10%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4153600.880.120.84308.3378.269.02
Hex29524058C541344e9
Octal5154401301412446411611
Binary101001101100100010110001100101010010011010010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290524; }

 p { color: rgb(41,5,36); }

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

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

 a { background-color: rgb(41,5,36); }

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

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

 span { border-color: rgb(41,5,36); }

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