#25230E

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

Shades of Maire #25230E

Tints of Maire #25230E

Color information

#25230E (or 0x25230E) is unknown color: approx Maire. HEX triplet: 25, 23 and 0E. RGB value is (37,35,14). Sum of RGB (Red+Green+Blue) = 37+35+14=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #25230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25230E is #DADCF1. Grayscale: #212121. Windows color (decimal): -14343410 or 926501. OLE color: 926501.

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

Color convert

RGB373514-
CMYK00.050.620.85
HSL54.78º45.1%10%-
HSV(B)54.78º62.16%14.51%-
XYZ1.441.630.65-
YUV33.2117.16130.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.02%
GREEN value IS 35 (14.06% from 255) = 40.70%
BLUE value IS 14 (5.86% from 255) = 16.28%
R=43.02%
G=40.70%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37351400.050.620.8554.7845.110
Hex2523E053E55372da
Octal4543160576125675512
Binary1001011000111110010111111010101011101111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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