#280528

Color #280528 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #280528

Tints of Mardi Gras #280528

Color information

#280528 (or 0x280528) is unknown color: approx Mardi Gras. HEX triplet: 28, 05 and 28. RGB value is (40,5,40). Sum of RGB (Red+Green+Blue) = 40+5+40=85 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.06% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #280528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280528 is #D7FAD7. Grayscale: #131313. Windows color (decimal): -14154456 or 2622760. OLE color: 2622760.

HSL color Cylindrical-coordinate representation of color #280528: hue angle of 300º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280528 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB40540-
CMYK00.8800.84
HSL300º77.78%8.82%-
HSV(B)300º87.5%15.69%-
XYZ1.310.712.08-
YUV19.45139.6142.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.06%
GREEN value IS 5 (2.34% from 255) = 5.88%
BLUE value IS 40 (16.02% from 255) = 47.06%
R=47.06%
G=5.88%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4054000.8800.8430077.788.82
Hex2852805805412c4e9
Octal505500130012445411611
Binary101000101101000010110000101010010010110010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280528; }

 p { color: rgb(40,5,40); }

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

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

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

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

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

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

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