#25230A

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

Shades of Maire #25230A

Tints of Maire #25230A

Color information

#25230A (or 0x25230A) is unknown color: approx Maire. HEX triplet: 25, 23 and 0A. RGB value is (37,35,10). Sum of RGB (Red+Green+Blue) = 37+35+10=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #25230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25230A is #DADCF5. Grayscale: #202020. Windows color (decimal): -14343414 or 664357. OLE color: 664357.

HSL color Cylindrical-coordinate representation of color #25230A: hue angle of 55.56º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25230A is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB373510-
CMYK00.050.730.85
HSL55.56º57.45%9.22%-
HSV(B)55.56º72.97%14.51%-
XYZ1.421.620.52-
YUV32.75115.16131.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.12%
GREEN value IS 35 (14.06% from 255) = 42.68%
BLUE value IS 10 (4.30% from 255) = 12.20%
R=45.12%
G=42.68%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37351000.050.730.8555.5657.459.22
Hex2523A05495538399
Octal45431205111125707111
Binary10010110001110100101100100110101011110001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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