#25220F

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

Shades of Maire #25220F

Tints of Maire #25220F

Color information

#25220F (or 0x25220F) is unknown color: approx Maire. HEX triplet: 25, 22 and 0F. RGB value is (37,34,15). Sum of RGB (Red+Green+Blue) = 37+34+15=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 34 (13.67% from 255 or 39.53% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #25220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25220F is #DADDF0. Grayscale: #202020. Windows color (decimal): -14343665 or 991781. OLE color: 991781.

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

Color convert

RGB373415-
CMYK00.080.590.85
HSL51.82º42.31%10.2%-
HSV(B)51.82º59.46%14.51%-
XYZ1.421.570.68-
YUV32.73117.99131.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.02%
GREEN value IS 34 (13.67% from 255) = 39.53%
BLUE value IS 15 (6.25% from 255) = 17.44%
R=43.02%
G=39.53%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37341500.080.590.8551.8242.3110.2
Hex2522F083B55342aa
Octal45421701073125645212
Binary10010110001011110100011101110101011101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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