#28250B

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

Shades of Maire #28250B

Tints of Maire #28250B

Color information

#28250B (or 0x28250B) is unknown color: approx Maire. HEX triplet: 28, 25 and 0B. RGB value is (40,37,11). Sum of RGB (Red+Green+Blue) = 40+37+11=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 40 - color contains mainly: red. Hex color #28250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28250B is #D7DAF4. Grayscale: #232323. Windows color (decimal): -14146293 or 730408. OLE color: 730408.

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

Color convert

RGB403711-
CMYK00.070.720.84
HSL53.79º56.86%10%-
HSV(B)53.79º72.5%15.69%-
XYZ1.61.80.58-
YUV34.93114.49131.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.45%
GREEN value IS 37 (14.84% from 255) = 42.05%
BLUE value IS 11 (4.69% from 255) = 12.5%
R=45.45%
G=42.05%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40371100.070.720.8453.7956.8610
Hex2825B0748543639a
Octal50451307110124667112
Binary10100010010110110111100100010101001101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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