#28230A

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

Shades of Maire #28230A

Tints of Maire #28230A

Color information

#28230A (or 0x28230A) is unknown color: approx Maire. HEX triplet: 28, 23 and 0A. RGB value is (40,35,10). Sum of RGB (Red+Green+Blue) = 40+35+10=85 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.06% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 40 - color contains mainly: red. Hex color #28230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28230A is #D7DCF5. Grayscale: #212121. Windows color (decimal): -14146806 or 664360. OLE color: 664360.

HSL color Cylindrical-coordinate representation of color #28230A: hue angle of 50º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28230A is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB403510-
CMYK00.120.750.84
HSL50º60%9.8%-
HSV(B)50º75%15.69%-
XYZ1.531.680.53-
YUV33.64114.66132.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.06%
GREEN value IS 35 (14.06% from 255) = 41.18%
BLUE value IS 10 (4.30% from 255) = 11.76%
R=47.06%
G=41.18%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40351000.120.750.8450609.8
Hex2823A0C4B54323ca
Octal504312014113124627412
Binary101000100011101001100100101110101001100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28230A; }

 p { color: rgb(40,35,10); }

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

<style>
 a { background-color: #28230A; }

 a { background-color: rgb(40,35,10); }

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

<style>
 span { border-color: #28230A; }

 span { border-color: rgb(40,35,10); }

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