#25240D

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

Shades of Maire #25240D

Tints of Maire #25240D

Color information

#25240D (or 0x25240D) is unknown color: approx Maire. HEX triplet: 25, 24 and 0D. RGB value is (37,36,13). Sum of RGB (Red+Green+Blue) = 37+36+13=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #25240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25240D is #DADBF2. Grayscale: #212121. Windows color (decimal): -14343155 or 861221. OLE color: 861221.

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

Color convert

RGB373613-
CMYK00.030.650.85
HSL57.5º48%9.8%-
HSV(B)57.5º64.86%14.51%-
XYZ1.471.680.63-
YUV33.68116.33130.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.02%
GREEN value IS 36 (14.45% from 255) = 41.86%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=43.02%
G=41.86%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37361300.030.650.8557.5489.8
Hex2524D0341553a30a
Octal45441503101125726012
Binary1001011001001101011100000110101011110101100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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