#252201

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

Shades of Maire #252201

Tints of Maire #252201

Color information

#252201 (or 0x252201) is unknown color: approx Maire. HEX triplet: 25, 22 and 01. RGB value is (37,34,1). Sum of RGB (Red+Green+Blue) = 37+34+1=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 34 (13.67% from 255 or 47.22% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #252201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252201 is #DADDFE. Grayscale: #1F1F1F. Windows color (decimal): -14343679 or 74277. OLE color: 74277.

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

Color convert

RGB37341-
CMYK00.080.970.85
HSL55º94.74%7.45%-
HSV(B)55º97.3%14.51%-
XYZ1.341.540.26-
YUV31.14110.99132.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 51.39%
GREEN value IS 34 (13.67% from 255) = 47.22%
BLUE value IS 1 (0.78% from 255) = 1.39%
R=51.39%
G=47.22%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3734100.080.970.855594.747.45
Hex25221086155375f7
Octal45421010141125671377
Binary100101100010101000110000110101011101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252201; }

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

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

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

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

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

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

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

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