#292502

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

Shades of Maire #292502

Tints of Maire #292502

Color information

#292502 (or 0x292502) is unknown color: approx Maire. HEX triplet: 29, 25 and 02. RGB value is (41,37,2). Sum of RGB (Red+Green+Blue) = 41+37+2=80 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.25% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 41 - color contains mainly: red. Hex color #292502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292502 is #D6DAFD. Grayscale: #222222. Windows color (decimal): -14080766 or 140585. OLE color: 140585.

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

Color convert

RGB41372-
CMYK00.100.950.84
HSL53.85º90.7%8.43%-
HSV(B)53.85º95.12%16.08%-
XYZ1.591.80.32-
YUV34.21109.83132.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.25%
GREEN value IS 37 (14.84% from 255) = 46.25%
BLUE value IS 2 (1.17% from 255) = 2.5%
R=51.25%
G=46.25%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4137200.100.950.8453.8590.78.43
Hex292520A5F54365b8
Octal514520121371246613310
Binary10100110010110010101011111101010011011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292502; }

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

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

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

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

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

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

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

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