#252219

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

Shades of Maire #252219

Tints of Maire #252219

Color information

#252219 (or 0x252219) is unknown color: approx Maire. HEX triplet: 25, 22 and 19. RGB value is (37,34,25). Sum of RGB (Red+Green+Blue) = 37+34+25=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 37 - color contains mainly: red. Hex color #252219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252219 is #DADDE6. Grayscale: #212121. Windows color (decimal): -14343655 or 1647141. OLE color: 1647141.

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

Color convert

RGB373425-
CMYK00.080.320.85
HSL45º19.35%12.16%-
HSV(B)45º32.43%14.51%-
XYZ1.511.611.15-
YUV33.87122.99130.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 34 (13.67% from 255) = 35.42%
BLUE value IS 25 (10.16% from 255) = 26.04%
R=38.54%
G=35.42%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37342500.080.320.854519.3512.16
Hex2522190820552d13c
Octal45423101040125552314
Binary10010110001011001010001000001010101101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252219; }

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

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

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

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

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

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

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

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