#25200F

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

Shades of Maire #25200F

Tints of Maire #25200F

Color information

#25200F (or 0x25200F) is unknown color: approx Maire. HEX triplet: 25, 20 and 0F. RGB value is (37,32,15). Sum of RGB (Red+Green+Blue) = 37+32+15=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #25200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25200F is #DADFF0. Grayscale: #1F1F1F. Windows color (decimal): -14344177 or 991269. OLE color: 991269.

HSL color Cylindrical-coordinate representation of color #25200F: hue angle of 46.36º 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 #25200F is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB373215-
CMYK00.140.590.85
HSL46.36º42.31%10.2%-
HSV(B)46.36º59.46%14.51%-
XYZ1.371.460.66-
YUV31.56118.66131.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.05%
GREEN value IS 32 (12.89% from 255) = 38.10%
BLUE value IS 15 (6.25% from 255) = 17.86%
R=44.05%
G=38.10%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37321500.140.590.8546.3642.3110.2
Hex2520F0E3B552e2aa
Octal45401701673125565212
Binary10010110000011110111011101110101011011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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