#25220D

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

Shades of Maire #25220D

Tints of Maire #25220D

Color information

#25220D (or 0x25220D) is unknown color: approx Maire. HEX triplet: 25, 22 and 0D. RGB value is (37,34,13). Sum of RGB (Red+Green+Blue) = 37+34+13=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #25220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25220D is #DADDF2. Grayscale: #202020. Windows color (decimal): -14343667 or 860709. OLE color: 860709.

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

Color convert

RGB373413-
CMYK00.080.650.85
HSL52.5º48%9.8%-
HSV(B)52.5º64.86%14.51%-
XYZ1.411.570.61-
YUV32.5116.99131.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.05%
GREEN value IS 34 (13.67% from 255) = 40.48%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=44.05%
G=40.48%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37341300.080.650.8552.5489.8
Hex2522D0841553430a
Octal454215010101125646012
Binary100101100010110101000100000110101011101001100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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