#292500

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

Shades of Maire #292500

Tints of Maire #292500

Color information

#292500 (or 0x292500) is unknown color: approx Maire. HEX triplet: 29, 25 and 00. RGB value is (41,37,0). Sum of RGB (Red+Green+Blue) = 41+37+0=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #292500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292500 is #D6DAFF. Grayscale: #222222. Windows color (decimal): -14080768 or 9513. OLE color: 9513.

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

Color convert

RGB41370-
CMYK00.1010.84
HSL54.15º100%8.04%-
HSV(B)54.15º100%16.08%-
XYZ1.581.790.26-
YUV33.98108.83133.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 52.56%
GREEN value IS 37 (14.84% from 255) = 47.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.56%
G=47.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4137000.1010.8454.151008.04
Hex292500A645436648
Octal514500121441246614410
Binary1010011001010010101100100101010011011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292500; }

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

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

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

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

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

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

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

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