#252215

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

Shades of Maire #252215

Tints of Maire #252215

Color information

#252215 (or 0x252215) is unknown color: approx Maire. HEX triplet: 25, 22 and 15. RGB value is (37,34,21). Sum of RGB (Red+Green+Blue) = 37+34+21=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 34 (13.67% from 255 or 36.96% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #252215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252215 is #DADDEA. Grayscale: #212121. Windows color (decimal): -14343659 or 1384997. OLE color: 1384997.

HSL color Cylindrical-coordinate representation of color #252215: hue angle of 48.75º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #252215 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB373421-
CMYK00.080.430.85
HSL48.75º27.59%11.37%-
HSV(B)48.75º43.24%14.51%-
XYZ1.471.590.94-
YUV33.42120.99130.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.22%
GREEN value IS 34 (13.67% from 255) = 36.96%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=40.22%
G=36.96%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37342100.080.430.8548.7527.5911.37
Hex252215082B55311cb
Octal45422501053125613413
Binary10010110001010101010001010111010101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252215; }

 p { color: rgb(37,34,21); }

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

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

 a { background-color: rgb(37,34,21); }

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

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

 span { border-color: rgb(37,34,21); }

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