#29250E

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

Shades of Maire #29250E

Tints of Maire #29250E

Color information

#29250E (or 0x29250E) is unknown color: approx Maire. HEX triplet: 29, 25 and 0E. RGB value is (41,37,14). Sum of RGB (Red+Green+Blue) = 41+37+14=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 41 - color contains mainly: red. Hex color #29250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29250E is #D6DAF1. Grayscale: #232323. Windows color (decimal): -14080754 or 927017. OLE color: 927017.

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

Color convert

RGB413714-
CMYK00.100.660.84
HSL51.11º49.09%10.78%-
HSV(B)51.11º65.85%16.08%-
XYZ1.661.830.68-
YUV35.57115.83131.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.57%
GREEN value IS 37 (14.84% from 255) = 40.22%
BLUE value IS 14 (5.86% from 255) = 15.22%
R=44.57%
G=40.22%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41371400.100.660.8451.1149.0910.78
Hex2925E0A42543331b
Octal514516012102124636113
Binary101001100101111001010100001010101001100111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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