#29261C

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

Shades of Maire #29261C

Tints of Maire #29261C

Color information

#29261C (or 0x29261C) is unknown color: approx Maire. HEX triplet: 29, 26 and 1C. RGB value is (41,38,28). Sum of RGB (Red+Green+Blue) = 41+38+28=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 41 - color contains mainly: red. Hex color #29261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29261C is #D6D9E3. Grayscale: #252525. Windows color (decimal): -14080484 or 1844777. OLE color: 1844777.

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

Color convert

RGB413828-
CMYK00.070.320.84
HSL46.15º18.84%13.53%-
HSV(B)46.15º31.71%16.08%-
XYZ1.821.941.38-
YUV37.76122.49130.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.32%
GREEN value IS 38 (15.23% from 255) = 35.51%
BLUE value IS 28 (11.33% from 255) = 26.17%
R=38.32%
G=35.51%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41382800.070.320.8446.1518.8413.53
Hex29261C0720542e13e
Octal5146340740124562316
Binary1010011001101110001111000001010100101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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