#28220B

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

Shades of Maire #28220B

Tints of Maire #28220B

Color information

#28220B (or 0x28220B) is unknown color: approx Maire. HEX triplet: 28, 22 and 0B. RGB value is (40,34,11). Sum of RGB (Red+Green+Blue) = 40+34+11=85 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.06% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 40 - color contains mainly: red. Hex color #28220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28220B is #D7DDF4. Grayscale: #212121. Windows color (decimal): -14147061 or 729640. OLE color: 729640.

HSL color Cylindrical-coordinate representation of color #28220B: hue angle of 47.59º 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 #28220B is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB403411-
CMYK00.150.720.84
HSL47.59º56.86%10%-
HSV(B)47.59º72.5%15.69%-
XYZ1.511.620.55-
YUV33.17115.49132.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.06%
GREEN value IS 34 (13.67% from 255) = 40%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=47.06%
G=40%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40341100.150.720.8447.5956.8610
Hex2822B0F48543039a
Octal504213017110124607112
Binary101000100010101101111100100010101001100001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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