#252211

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

Shades of Maire #252211

Tints of Maire #252211

Color information

#252211 (or 0x252211) is unknown color: approx Maire. HEX triplet: 25, 22 and 11. RGB value is (37,34,17). Sum of RGB (Red+Green+Blue) = 37+34+17=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #252211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252211 is #DADDEE. Grayscale: #212121. Windows color (decimal): -14343663 or 1122853. OLE color: 1122853.

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

Color convert

RGB373417-
CMYK00.080.540.85
HSL51º37.04%10.59%-
HSV(B)51º54.05%14.51%-
XYZ1.441.580.76-
YUV32.96118.99130.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.05%
GREEN value IS 34 (13.67% from 255) = 38.64%
BLUE value IS 17 (7.03% from 255) = 19.32%
R=42.05%
G=38.64%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37341700.080.540.855137.0410.59
Hex2522110836553325b
Octal45422101066125634513
Binary100101100010100010100011011010101011100111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252211; }

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

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

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

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

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

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

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

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