#29261E

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

Shades of Maire #29261E

Tints of Maire #29261E

Color information

#29261E (or 0x29261E) is unknown color: approx Maire. HEX triplet: 29, 26 and 1E. RGB value is (41,38,30). Sum of RGB (Red+Green+Blue) = 41+38+30=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 41 - color contains mainly: red. Hex color #29261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29261E is #D6D9E1. Grayscale: #262626. Windows color (decimal): -14080482 or 1975849. OLE color: 1975849.

HSL color Cylindrical-coordinate representation of color #29261E: hue angle of 43.64º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #29261E is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB413830-
CMYK00.070.270.84
HSL43.64º15.49%13.92%-
HSV(B)43.64º26.83%16.08%-
XYZ1.841.951.51-
YUV37.98123.49130.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.61%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 30 (12.11% from 255) = 27.52%
R=37.61%
G=34.86%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41383000.070.270.8443.6415.4913.92
Hex29261E071B542cfe
Octal5146360733124541716
Binary10100110011011110011111011101010010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,38,30); }

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

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

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

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

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

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

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