#28250E

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

Shades of Maire #28250E

Tints of Maire #28250E

Color information

#28250E (or 0x28250E) is unknown color: approx Maire. HEX triplet: 28, 25 and 0E. RGB value is (40,37,14). Sum of RGB (Red+Green+Blue) = 40+37+14=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #28250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28250E is #D7DAF1. Grayscale: #232323. Windows color (decimal): -14146290 or 927016. OLE color: 927016.

HSL color Cylindrical-coordinate representation of color #28250E: hue angle of 53.08º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28250E is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB403714-
CMYK00.070.650.84
HSL53.08º48.15%10.59%-
HSV(B)53.08º65%15.69%-
XYZ1.621.810.68-
YUV35.27115.99131.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 14 (5.86% from 255) = 15.38%
R=43.96%
G=40.66%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40371400.070.650.8453.0848.1510.59
Hex2825E0741543530b
Octal50451607101124656013
Binary10100010010111100111100000110101001101011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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