#28250D

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

Shades of Maire #28250D

Tints of Maire #28250D

Color information

#28250D (or 0x28250D) is unknown color: approx Maire. HEX triplet: 28, 25 and 0D. RGB value is (40,37,13). Sum of RGB (Red+Green+Blue) = 40+37+13=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #28250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28250D is #D7DAF2. Grayscale: #232323. Windows color (decimal): -14146291 or 861480. OLE color: 861480.

HSL color Cylindrical-coordinate representation of color #28250D: hue angle of 53.33º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28250D is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB403713-
CMYK00.070.670.84
HSL53.33º50.94%10.39%-
HSV(B)53.33º67.5%15.69%-
XYZ1.611.80.64-
YUV35.16115.49131.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.44%
GREEN value IS 37 (14.84% from 255) = 41.11%
BLUE value IS 13 (5.47% from 255) = 14.44%
R=44.44%
G=41.11%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40371300.070.670.8453.3350.9410.39
Hex2825D0743543533a
Octal50451507103124656312
Binary10100010010111010111100001110101001101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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