Html Css Color HEX #290523 Mardi Gras

📋 copy color: '#290523'

red 41 ◦ green 5 ◦ blue 35

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

Shades of Mardi Gras #290523

Tints of Mardi Gras #290523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 43.21%

R = 50.62%
G = 6.17%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.84

RGB Variations

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

Color information

#290523 (or 0x290523) is known color: Mardi Gras. HEX triplet: 29, 05 and 23. RGB value is (41,5,35). Sum of RGB (Red+Green+Blue) = 41+5+35=81 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50.62% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 35 (14.06% from 255 or 43.21% from 81); Max value from RGB is 41 - color contains mainly: red. Hex color #290523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290523 is #D6FADC. Grayscale: #131313. Windows color (decimal): -14088925 or 2295081. OLE color: 2295081.

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

Color convert

RGB 41 5 35 -
CMYK 0 0.88 0.15 0.84
HSL 310º 0.78% 0.09% -
HSV(B) 310º 0.88% 0.16% -
XYZ 1.27 0.7 1.66 -
YUV 19.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 41 5 35 0 0.88 0.15 0.84 310 0.78 0.09
Hex 29 5 23 0 58 F 54 136 4E 9
Octal 51 5 43 0 130 17 124 466 116 11
Binary 101001 101 100011 0 1011000 1111 1010100 100110110 1001110 1001

Color Harmonies of #290523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290523

Black with #290523

Text Example


Text Example

White with #290523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290523; }

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

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

background-color css

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

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

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

border-color css

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

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

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