#29281D

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

Shades of Maire #29281D

Tints of Maire #29281D

Color information

#29281D (or 0x29281D) is unknown color: approx Maire. HEX triplet: 29, 28 and 1D. RGB value is (41,40,29). Sum of RGB (Red+Green+Blue) = 41+40+29=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 41 - color contains mainly: red. Hex color #29281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29281D is #D6D7E2. Grayscale: #272727. Windows color (decimal): -14079971 or 1910825. OLE color: 1910825.

HSL color Cylindrical-coordinate representation of color #29281D: hue angle of 55º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #29281D is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB414029-
CMYK00.020.290.84
HSL55º17.14%13.73%-
HSV(B)55º29.27%16.08%-
XYZ1.92.081.46-
YUV39.04122.33129.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.27%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=37.27%
G=36.36%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41402900.020.290.845517.1413.73
Hex29281D021D543711e
Octal5150350235124672116
Binary10100110100011101010111011010100110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,40,29); }

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

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

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

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

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

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

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