Html Css Color HEX #29290D Maire

📋 copy color: '#29290D'

red 41 ◦ green 41 ◦ blue 13

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

Shades of Maire #29290D

Tints of Maire #29290D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.68%

R = 43.16%
G = 43.16%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#29290D (or 0x29290D) is known color: Maire. HEX triplet: 29, 29 and 0D. RGB value is (41,41,13). Sum of RGB (Red+Green+Blue) = 41+41+13=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 41 (16.41% from 255 or 43.16% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 41 - color contains mainly: red, green. Hex color #29290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29290D is #D6D6F2. Grayscale: #252525. Windows color (decimal): -14079731 or 862505. OLE color: 862505.

HSL color Cylindrical-coordinate representation of color #29290D: hue angle of 60º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29290D is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 41 13 -
CMYK 0 0 0.68 0.84
HSL 60º 0.52% 0.11% -
HSV(B) 60º 0.68% 0.16% -
XYZ 1.78 2.09 0.69 -
YUV 37.81 114 130.28 -
System Red Green Blue C M Y K H S L
Decimal 41 41 13 0 0 0.68 0.84 60 0.52 0.11
Hex 29 29 D 0 0 44 54 3C 34 B
Octal 51 51 15 0 0 104 124 74 64 13
Binary 101001 101001 1101 0 0 1000100 1010100 111100 110100 1011

Color Harmonies of #29290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29290D

Black with #29290D

Text Example


Text Example

White with #29290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,41,13); }

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

background-color css

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

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

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

border-color css

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

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

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