#292009

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

Shades of Maire #292009

Tints of Maire #292009

Color information

#292009 (or 0x292009) is unknown color: approx Maire. HEX triplet: 29, 20 and 09. RGB value is (41,32,9). Sum of RGB (Red+Green+Blue) = 41+32+9=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 41 - color contains mainly: red. Hex color #292009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292009 is #D6DFF6. Grayscale: #202020. Windows color (decimal): -14082039 or 598057. OLE color: 598057.

HSL color Cylindrical-coordinate representation of color #292009: hue angle of 43.12º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #292009 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB41329-
CMYK00.220.780.84
HSL43.12º64%9.8%-
HSV(B)43.12º78.05%16.08%-
XYZ1.481.520.47-
YUV32.07114.98134.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 39.02%
BLUE value IS 9 (3.91% from 255) = 10.98%
R=50%
G=39.02%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4132900.220.780.8443.12649.8
Hex292090164E542b40a
Octal5140110261161245310012
Binary10100110000010010101101001110101010010101110000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292009; }

 p { color: rgb(41,32,9); }

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

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

 a { background-color: rgb(41,32,9); }

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

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

 span { border-color: rgb(41,32,9); }

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