Html Css Color HEX #290522 Mardi Gras

📋 copy color: '#290522'

red 41 ◦ green 5 ◦ blue 34

#290522
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #290522

Tints of Mardi Gras #290522

RGB

 RED value IS 41 (16.41% from 255) = 51.25%

 GREEN value IS 5 (2.34% from 255) = 6.25%

 BLUE value IS 34 (13.67% from 255) = 42.5%

R = 51.25%
G = 6.25%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#290522 (or 0x290522) is known color: Mardi Gras. HEX triplet: 29, 05 and 22. RGB value is (41,5,34). Sum of RGB (Red+Green+Blue) = 41+5+34=80 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.25% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 34 (13.67% from 255 or 42.5% from 80); Max value from RGB is 41 - color contains mainly: red. Hex color #290522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290522 is #D6FADD. Grayscale: #121212. Windows color (decimal): -14088926 or 2229545. OLE color: 2229545.

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

Color convert

RGB 41 5 34 -
CMYK 0 0.88 0.17 0.84
HSL 311.67º 0.78% 0.09% -
HSV(B) 311.67º 0.88% 0.16% -
XYZ 1.26 0.7 1.58 -
YUV 19.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 41 5 34 0 0.88 0.17 0.84 311.67 0.78 0.09
Hex 29 5 22 0 58 11 54 138 4E 9
Octal 51 5 42 0 130 21 124 470 116 11
Binary 101001 101 100010 0 1011000 10001 1010100 100111000 1001110 1001

Color Harmonies of #290522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290522

Black with #290522

Text Example


Text Example

White with #290522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290522; }

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

 H1.HeaderClassName
 {
   color: #290522;
 }
 .AnyTagClassName
 {
   color: #290522;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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