#292601

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

Shades of Maire #292601

Tints of Maire #292601

Color information

#292601 (or 0x292601) is unknown color: approx Maire. HEX triplet: 29, 26 and 01. RGB value is (41,38,1). Sum of RGB (Red+Green+Blue) = 41+38+1=80 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.25% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 41 - color contains mainly: red. Hex color #292601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292601 is #D6D9FE. Grayscale: #222222. Windows color (decimal): -14080511 or 75305. OLE color: 75305.

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

Color convert

RGB41381-
CMYK00.070.980.84
HSL55.5º95.24%8.24%-
HSV(B)55.5º97.56%16.08%-
XYZ1.611.860.3-
YUV34.68108.99132.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.25%
GREEN value IS 38 (15.23% from 255) = 47.5%
BLUE value IS 1 (0.78% from 255) = 1.25%
R=51.25%
G=47.5%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4138100.070.980.8455.595.248.24
Hex29261076254385f8
Octal51461071421247013710
Binary101001100110101111100010101010011100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292601; }

 p { color: rgb(41,38,1); }

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

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

 a { background-color: rgb(41,38,1); }

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

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

 span { border-color: rgb(41,38,1); }

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