#252015

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

Shades of Maire #252015

Tints of Maire #252015

Color information

#252015 (or 0x252015) is unknown color: approx Maire. HEX triplet: 25, 20 and 15. RGB value is (37,32,21). Sum of RGB (Red+Green+Blue) = 37+32+21=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #252015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252015 is #DADFEA. Grayscale: #202020. Windows color (decimal): -14344171 or 1384485. OLE color: 1384485.

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

Color convert

RGB373221-
CMYK00.140.430.85
HSL41.25º27.59%11.37%-
HSV(B)41.25º43.24%14.51%-
XYZ1.411.480.92-
YUV32.24121.66131.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.11%
GREEN value IS 32 (12.89% from 255) = 35.56%
BLUE value IS 21 (8.59% from 255) = 23.33%
R=41.11%
G=35.56%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37322100.140.430.8541.2527.5911.37
Hex2520150E2B55291cb
Octal45402501653125513413
Binary10010110000010101011101010111010101101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252015; }

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

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

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

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

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

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

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

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