#28200E

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

Shades of Maire #28200E

Tints of Maire #28200E

Color information

#28200E (or 0x28200E) is unknown color: approx Maire. HEX triplet: 28, 20 and 0E. RGB value is (40,32,14). Sum of RGB (Red+Green+Blue) = 40+32+14=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #28200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28200E is #D7DFF1. Grayscale: #202020. Windows color (decimal): -14147570 or 925736. OLE color: 925736.

HSL color Cylindrical-coordinate representation of color #28200E: hue angle of 41.54º 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 #28200E is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB403214-
CMYK00.200.650.84
HSL41.54º48.15%10.59%-
HSV(B)41.54º65%15.69%-
XYZ1.471.520.63-
YUV32.34117.65133.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 46.51%
GREEN value IS 32 (12.89% from 255) = 37.21%
BLUE value IS 14 (5.86% from 255) = 16.28%
R=46.51%
G=37.21%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40321400.200.650.8441.5448.1510.59
Hex2820E01441542a30b
Octal504016024101124526013
Binary1010001000001110010100100000110101001010101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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