#1D1506

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

Shades of Maire #1D1506

Tints of Maire #1D1506

Color information

#1D1506 (or 0x1D1506) is unknown color: approx Maire. HEX triplet: 1D, 15 and 06. RGB value is (29,21,6). Sum of RGB (Red+Green+Blue) = 29+21+6=56 (7% of max value = 765). Red value is 29 (11.72% from 255 or 51.79% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1506 is #E2EAF9. Grayscale: #151515. Windows color (decimal): -14871290 or 398621. OLE color: 398621.

HSL color Cylindrical-coordinate representation of color #1D1506: hue angle of 39.13º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D1506 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB29216-
CMYK00.280.790.89
HSL39.13º65.71%6.86%-
HSV(B)39.13º79.31%11.37%-
XYZ0.810.810.29-
YUV21.68119.15133.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 51.79%
GREEN value IS 21 (8.59% from 255) = 37.5%
BLUE value IS 6 (2.73% from 255) = 10.71%
R=51.79%
G=37.5%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2921600.280.790.8939.1365.716.86
Hex1D15601C4F5927427
Octal35256034117131471027
Binary1110110101110011100100111110110011001111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D1506; }

 p { color: rgb(29,21,6); }

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

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

 a { background-color: rgb(29,21,6); }

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

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

 span { border-color: rgb(29,21,6); }

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