#25230F

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

Shades of Maire #25230F

Tints of Maire #25230F

Color information

#25230F (or 0x25230F) is unknown color: approx Maire. HEX triplet: 25, 23 and 0F. RGB value is (37,35,15). Sum of RGB (Red+Green+Blue) = 37+35+15=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #25230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25230F is #DADCF0. Grayscale: #212121. Windows color (decimal): -14343409 or 992037. OLE color: 992037.

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

Color convert

RGB373515-
CMYK00.050.590.85
HSL54.55º42.31%10.2%-
HSV(B)54.55º59.46%14.51%-
XYZ1.451.630.69-
YUV33.32117.66130.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 35 (14.06% from 255) = 40.23%
BLUE value IS 15 (6.25% from 255) = 17.24%
R=42.53%
G=40.23%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37351500.050.590.8554.5542.3110.2
Hex2523F053B55372aa
Octal4543170573125675212
Binary1001011000111111010111101110101011101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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