#25240E

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

Shades of Maire #25240E

Tints of Maire #25240E

Color information

#25240E (or 0x25240E) is unknown color: approx Maire. HEX triplet: 25, 24 and 0E. RGB value is (37,36,14). Sum of RGB (Red+Green+Blue) = 37+36+14=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #25240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25240E is #DADBF1. Grayscale: #212121. Windows color (decimal): -14343154 or 926757. OLE color: 926757.

HSL color Cylindrical-coordinate representation of color #25240E: hue angle of 57.39º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25240E is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB373614-
CMYK00.030.620.85
HSL57.39º45.1%10%-
HSV(B)57.39º62.16%14.51%-
XYZ1.471.690.66-
YUV33.79116.83130.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 36 (14.45% from 255) = 41.38%
BLUE value IS 14 (5.86% from 255) = 16.09%
R=42.53%
G=41.38%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37361400.030.620.8557.3945.110
Hex2524E033E55392da
Octal4544160376125715512
Binary100101100100111001111111010101011110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25240E; }

 p { color: rgb(37,36,14); }

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

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

 a { background-color: rgb(37,36,14); }

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

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

 span { border-color: rgb(37,36,14); }

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