Html Css Color HEX #29142C Mardi Gras

📋 copy color: '#29142C'

red 41 ◦ green 20 ◦ blue 44

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

Shades of Mardi Gras #29142C

Tints of Mardi Gras #29142C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.05%

 BLUE value IS 44 (17.58% from 255) = 41.9%

R = 39.05%
G = 19.05%
B = 41.9%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#29142C (or 0x29142C) is known color: Mardi Gras. HEX triplet: 29, 14 and 2C. RGB value is (41,20,44). Sum of RGB (Red+Green+Blue) = 41+20+44=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 44 - color contains mainly: blue. Hex color #29142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29142C is #D6EBD3. Grayscale: #1C1C1C. Windows color (decimal): -14085076 or 2888745. OLE color: 2888745.

HSL color Cylindrical-coordinate representation of color #29142C: hue angle of 292.5º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #29142C is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 41 20 44 -
CMYK 0.07 0.55 0 0.83
HSL 292.5º 0.38% 0.13% -
HSV(B) 292.5º 0.55% 0.17% -
XYZ 1.62 1.15 2.52 -
YUV 29.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 41 20 44 0.07 0.55 0 0.83 292.5 0.38 0.13
Hex 29 14 2C 7 37 0 53 124 26 D
Octal 51 24 54 7 67 0 123 444 46 15
Binary 101001 10100 101100 111 110111 0 1010011 100100100 100110 1101

Color Harmonies of #29142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29142C

Black with #29142C

Text Example


Text Example

White with #29142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29142C; }

 p { color: rgb(41,20,44); }

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

background-color css

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

 a { background-color: rgb(41,20,44); }

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

border-color css

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

 span { border-color: rgb(41,20,44); }

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