#29200B

Color #29200B Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #29200B

Tints of Maire #29200B

Color information

#29200B (or 0x29200B) is unknown color: approx Maire. HEX triplet: 29, 20 and 0B. RGB value is (41,32,11). Sum of RGB (Red+Green+Blue) = 41+32+11=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #29200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29200B is #D6DFF4. Grayscale: #202020. Windows color (decimal): -14082037 or 729129. OLE color: 729129.

HSL color Cylindrical-coordinate representation of color #29200B: hue angle of 42º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29200B is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.84.

Color convert

RGB413211-
CMYK00.220.730.84
HSL42º57.69%10.2%-
HSV(B)42º73.17%16.08%-
XYZ1.491.530.53-
YUV32.3115.98134.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.81%
GREEN value IS 32 (12.89% from 255) = 38.10%
BLUE value IS 11 (4.69% from 255) = 13.10%
R=48.81%
G=38.10%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41321100.220.730.844257.6910.2
Hex2920B01649542a3aa
Octal514013026111124527212
Binary1010011000001011010110100100110101001010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29200B; }

 p { color: rgb(41,32,11); }

 H1.HeaderClassName
 {
   color: #29200B;
 }
 .AnyTagClassName
 {
   color: #29200B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #29200B;
 }
 .BgClassName
 {
   background-color: #29200B;
 }
</style>
border-color css

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

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

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