#290825

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

Shades of Mardi Gras #290825

Tints of Mardi Gras #290825

Color information

#290825 (or 0x290825) is unknown color: approx Mardi Gras. HEX triplet: 29, 08 and 25. RGB value is (41,8,37). Sum of RGB (Red+Green+Blue) = 41+8+37=86 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.67% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 41 - color contains mainly: red. Hex color #290825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290825 is #D6F7DA. Grayscale: #151515. Windows color (decimal): -14088155 or 2426921. OLE color: 2426921.

HSL color Cylindrical-coordinate representation of color #290825: hue angle of 307.27º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #290825 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB41837-
CMYK00.800.100.84
HSL307.27º67.35%9.61%-
HSV(B)307.27º80.49%16.08%-
XYZ1.340.781.83-
YUV21.17136.93142.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.67%
GREEN value IS 8 (3.52% from 255) = 9.30%
BLUE value IS 37 (14.84% from 255) = 43.02%
R=47.67%
G=9.30%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4183700.800.100.84307.2767.359.61
Hex29825050A5413343a
Octal51104501201212446310312
Binary1010011000100101010100001010101010010011001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290825; }

 p { color: rgb(41,8,37); }

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

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

 a { background-color: rgb(41,8,37); }

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

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

 span { border-color: rgb(41,8,37); }

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