#29251A

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

Shades of Maire #29251A

Tints of Maire #29251A

Color information

#29251A (or 0x29251A) is unknown color: approx Maire. HEX triplet: 29, 25 and 1A. RGB value is (41,37,26). Sum of RGB (Red+Green+Blue) = 41+37+26=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 41 - color contains mainly: red. Hex color #29251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29251A is #D6DAE5. Grayscale: #242424. Windows color (decimal): -14080742 or 1713449. OLE color: 1713449.

HSL color Cylindrical-coordinate representation of color #29251A: hue angle of 44º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #29251A is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.84.

Color convert

RGB413726-
CMYK00.100.370.84
HSL44º22.39%13.14%-
HSV(B)44º36.59%16.08%-
XYZ1.761.871.25-
YUV36.94121.83130.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.42%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 26 (10.55% from 255) = 25%
R=39.42%
G=35.58%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41372600.100.370.844422.3913.14
Hex29251A0A25542c16d
Octal51453201245124542615
Binary10100110010111010010101001011010100101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29251A; }

 p { color: rgb(41,37,26); }

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

<style>
 a { background-color: #29251A; }

 a { background-color: rgb(41,37,26); }

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

<style>
 span { border-color: #29251A; }

 span { border-color: rgb(41,37,26); }

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