#29250F

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

Shades of Maire #29250F

Tints of Maire #29250F

Color information

#29250F (or 0x29250F) is unknown color: approx Maire. HEX triplet: 29, 25 and 0F. RGB value is (41,37,15). Sum of RGB (Red+Green+Blue) = 41+37+15=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 41 - color contains mainly: red. Hex color #29250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29250F is #D6DAF0. Grayscale: #232323. Windows color (decimal): -14080753 or 992553. OLE color: 992553.

HSL color Cylindrical-coordinate representation of color #29250F: hue angle of 50.77º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29250F is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB413715-
CMYK00.100.630.84
HSL50.77º46.43%10.98%-
HSV(B)50.77º63.41%16.08%-
XYZ1.661.830.72-
YUV35.69116.33131.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.09%
GREEN value IS 37 (14.84% from 255) = 39.78%
BLUE value IS 15 (6.25% from 255) = 16.13%
R=44.09%
G=39.78%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41371500.100.630.8450.7746.4310.98
Hex2925F0A3F54332eb
Octal51451701277124635613
Binary10100110010111110101011111110101001100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29250F; }

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

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

<style>
 a { background-color: #29250F; }

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

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

<style>
 span { border-color: #29250F; }

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

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