#29210E

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

Shades of Maire #29210E

Tints of Maire #29210E

Color information

#29210E (or 0x29210E) is unknown color: approx Maire. HEX triplet: 29, 21 and 0E. RGB value is (41,33,14). Sum of RGB (Red+Green+Blue) = 41+33+14=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 41 - color contains mainly: red. Hex color #29210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29210E is #D6DEF1. Grayscale: #212121. Windows color (decimal): -14081778 or 925993. OLE color: 925993.

HSL color Cylindrical-coordinate representation of color #29210E: hue angle of 42.22º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29210E is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.84.

Color convert

RGB413314-
CMYK00.200.660.84
HSL42.22º49.09%10.78%-
HSV(B)42.22º65.85%16.08%-
XYZ1.541.590.64-
YUV33.23117.15133.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.59%
GREEN value IS 33 (13.28% from 255) = 37.5%
BLUE value IS 14 (5.86% from 255) = 15.91%
R=46.59%
G=37.5%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41331400.200.660.8442.2249.0910.78
Hex2921E01442542a31b
Octal514116024102124526113
Binary1010011000011110010100100001010101001010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29210E; }

 p { color: rgb(41,33,14); }

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

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

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

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

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

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

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