#290526

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

Shades of Mardi Gras #290526

Tints of Mardi Gras #290526

Color information

#290526 (or 0x290526) is unknown color: approx Mardi Gras. HEX triplet: 29, 05 and 26. RGB value is (41,5,38). Sum of RGB (Red+Green+Blue) = 41+5+38=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #290526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290526 is #D6FAD9. Grayscale: #131313. Windows color (decimal): -14088922 or 2491689. OLE color: 2491689.

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

Color convert

RGB41538-
CMYK00.880.070.84
HSL305º78.26%9.02%-
HSV(B)305º87.8%16.08%-
XYZ1.320.721.9-
YUV19.53138.43143.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.81%
GREEN value IS 5 (2.34% from 255) = 5.95%
BLUE value IS 38 (15.23% from 255) = 45.24%
R=48.81%
G=5.95%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4153800.880.070.8430578.269.02
Hex295260587541314e9
Octal515460130712446111611
Binary10100110110011001011000111101010010011000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290526; }

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

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

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

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

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

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

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

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