#252009

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

Shades of Maire #252009

Tints of Maire #252009

Color information

#252009 (or 0x252009) is unknown color: approx Maire. HEX triplet: 25, 20 and 09. RGB value is (37,32,9). Sum of RGB (Red+Green+Blue) = 37+32+9=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #252009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252009 is #DADFF6. Grayscale: #1E1E1E. Windows color (decimal): -14344183 or 598053. OLE color: 598053.

HSL color Cylindrical-coordinate representation of color #252009: hue angle of 49.29º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #252009 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB37329-
CMYK00.140.760.85
HSL49.29º60.87%9.02%-
HSV(B)49.29º75.68%14.51%-
XYZ1.331.450.47-
YUV30.87115.66132.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 32 (12.89% from 255) = 41.03%
BLUE value IS 9 (3.91% from 255) = 11.54%
R=47.44%
G=41.03%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3732900.140.760.8549.2960.879.02
Hex252090E4C55313d9
Octal454011016114125617511
Binary100101100000100101110100110010101011100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252009; }

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

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

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

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

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

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

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

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