#25220C

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

Shades of Maire #25220C

Tints of Maire #25220C

Color information

#25220C (or 0x25220C) is unknown color: approx Maire. HEX triplet: 25, 22 and 0C. RGB value is (37,34,12). Sum of RGB (Red+Green+Blue) = 37+34+12=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #25220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25220C is #DADDF3. Grayscale: #202020. Windows color (decimal): -14343668 or 795173. OLE color: 795173.

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

Color convert

RGB373412-
CMYK00.080.680.85
HSL52.8º51.02%9.61%-
HSV(B)52.8º67.57%14.51%-
XYZ1.41.560.58-
YUV32.39116.49131.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.58%
GREEN value IS 34 (13.67% from 255) = 40.96%
BLUE value IS 12 (5.08% from 255) = 14.46%
R=44.58%
G=40.96%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37341200.080.680.8552.851.029.61
Hex2522C0844553533a
Octal454214010104125656312
Binary100101100010110001000100010010101011101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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