#252309

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

Shades of Maire #252309

Tints of Maire #252309

Color information

#252309 (or 0x252309) is unknown color: approx Maire. HEX triplet: 25, 23 and 09. RGB value is (37,35,9). Sum of RGB (Red+Green+Blue) = 37+35+9=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 35 (14.06% from 255 or 43.21% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #252309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252309 is #DADCF6. Grayscale: #202020. Windows color (decimal): -14343415 or 598821. OLE color: 598821.

HSL color Cylindrical-coordinate representation of color #252309: hue angle of 55.71º 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 #252309 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB37359-
CMYK00.050.760.85
HSL55.71º60.87%9.02%-
HSV(B)55.71º75.68%14.51%-
XYZ1.411.620.5-
YUV32.63114.66131.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.68%
GREEN value IS 35 (14.06% from 255) = 43.21%
BLUE value IS 9 (3.91% from 255) = 11.11%
R=45.68%
G=43.21%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3735900.050.760.8555.7160.879.02
Hex25239054C55383d9
Octal45431105114125707511
Binary10010110001110010101100110010101011110001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252309; }

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

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

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

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

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

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

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

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