#25220E

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

Shades of Maire #25220E

Tints of Maire #25220E

Color information

#25220E (or 0x25220E) is unknown color: approx Maire. HEX triplet: 25, 22 and 0E. RGB value is (37,34,14). Sum of RGB (Red+Green+Blue) = 37+34+14=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #25220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25220E is #DADDF1. Grayscale: #202020. Windows color (decimal): -14343666 or 926245. OLE color: 926245.

HSL color Cylindrical-coordinate representation of color #25220E: hue angle of 52.17º 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 #25220E is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB373414-
CMYK00.080.620.85
HSL52.17º45.1%10%-
HSV(B)52.17º62.16%14.51%-
XYZ1.411.570.64-
YUV32.62117.49131.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 34 (13.67% from 255) = 40%
BLUE value IS 14 (5.86% from 255) = 16.47%
R=43.53%
G=40%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37341400.080.620.8552.1745.110
Hex2522E083E55342da
Octal45421601076125645512
Binary10010110001011100100011111010101011101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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