Html Css Color HEX #29092D Mardi Gras

📋 copy color: '#29092D'

red 41 ◦ green 9 ◦ blue 45

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

Shades of Mardi Gras #29092D

Tints of Mardi Gras #29092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.47%

 BLUE value IS 45 (17.97% from 255) = 47.37%

R = 43.16%
G = 9.47%
B = 47.37%

CMYK

 C value IS 0.09

 M value IS 0.8

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29092D (or 0x29092D) is known color: Mardi Gras. HEX triplet: 29, 09 and 2D. RGB value is (41,9,45). Sum of RGB (Red+Green+Blue) = 41+9+45=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 45 - color contains mainly: blue. Hex color #29092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29092D is #D6F6D2. Grayscale: #161616. Windows color (decimal): -14087891 or 2951465. OLE color: 2951465.

HSL color Cylindrical-coordinate representation of color #29092D: hue angle of 293.33º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29092D is Cyan = 0.09, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 9 45 -
CMYK 0.09 0.8 0 0.82
HSL 293.33º 0.67% 0.11% -
HSV(B) 293.33º 0.8% 0.18% -
XYZ 1.49 0.86 2.57 -
YUV 22.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 41 9 45 0.09 0.8 0 0.82 293.33 0.67 0.11
Hex 29 9 2D 9 50 0 52 125 43 B
Octal 51 11 55 11 120 0 122 445 103 13
Binary 101001 1001 101101 1001 1010000 0 1010010 100100101 1000011 1011

Color Harmonies of #29092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29092D

Black with #29092D

Text Example


Text Example

White with #29092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29092D; }

 p { color: rgb(41,9,45); }

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

background-color css

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

 a { background-color: rgb(41,9,45); }

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

border-color css

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

 span { border-color: rgb(41,9,45); }

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