#252210

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

Shades of Maire #252210

Tints of Maire #252210

Color information

#252210 (or 0x252210) is unknown color: approx Maire. HEX triplet: 25, 22 and 10. RGB value is (37,34,16). Sum of RGB (Red+Green+Blue) = 37+34+16=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #252210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252210 is #DADDEF. Grayscale: #202020. Windows color (decimal): -14343664 or 1057317. OLE color: 1057317.

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

Color convert

RGB373416-
CMYK00.080.570.85
HSL51.43º39.62%10.39%-
HSV(B)51.43º56.76%14.51%-
XYZ1.431.570.72-
YUV32.84118.49130.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 34 (13.67% from 255) = 39.08%
BLUE value IS 16 (6.64% from 255) = 18.39%
R=42.53%
G=39.08%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37341600.080.570.8551.4339.6210.39
Hex2522100839553328a
Octal45422001071125635012
Binary100101100010100000100011100110101011100111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252210; }

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

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

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

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

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

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

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

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