#252013

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

Shades of Maire #252013

Tints of Maire #252013

Color information

#252013 (or 0x252013) is unknown color: approx Maire. HEX triplet: 25, 20 and 13. RGB value is (37,32,19). Sum of RGB (Red+Green+Blue) = 37+32+19=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #252013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252013 is #DADFEC. Grayscale: #202020. Windows color (decimal): -14344173 or 1253413. OLE color: 1253413.

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

Color convert

RGB373219-
CMYK00.140.490.85
HSL43.33º32.14%10.98%-
HSV(B)43.33º48.65%14.51%-
XYZ1.41.470.83-
YUV32.01120.66131.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.05%
GREEN value IS 32 (12.89% from 255) = 36.36%
BLUE value IS 19 (7.81% from 255) = 21.59%
R=42.05%
G=36.36%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37321900.140.490.8543.3332.1410.98
Hex2520130E31552b20b
Octal45402301661125534013
Binary100101100000100110111011000110101011010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252013; }

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

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

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

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

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

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

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

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