#290528

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

Shades of Mardi Gras #290528

Tints of Mardi Gras #290528

Color information

#290528 (or 0x290528) is unknown color: approx Mardi Gras. HEX triplet: 29, 05 and 28. RGB value is (41,5,40). Sum of RGB (Red+Green+Blue) = 41+5+40=86 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.67% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 41 - color contains mainly: red. Hex color #290528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290528 is #D6FAD7. Grayscale: #131313. Windows color (decimal): -14088920 or 2622761. OLE color: 2622761.

HSL color Cylindrical-coordinate representation of color #290528: hue angle of 301.67º 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 #290528 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB41540-
CMYK00.880.020.84
HSL301.67º78.26%9.02%-
HSV(B)301.67º87.8%16.08%-
XYZ1.350.732.08-
YUV19.75139.43143.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.67%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 40 (16.02% from 255) = 46.51%
R=47.67%
G=5.81%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4154000.880.020.84301.6778.269.02
Hex2952805825412e4e9
Octal515500130212445611611
Binary1010011011010000101100010101010010010111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290528; }

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

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

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

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

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

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

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

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