#280628

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

Shades of Mardi Gras #280628

Tints of Mardi Gras #280628

Color information

#280628 (or 0x280628) is unknown color: approx Mardi Gras. HEX triplet: 28, 06 and 28. RGB value is (40,6,40). Sum of RGB (Red+Green+Blue) = 40+6+40=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #280628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280628 is #D7F9D7. Grayscale: #131313. Windows color (decimal): -14154200 or 2623016. OLE color: 2623016.

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

Color convert

RGB40640-
CMYK00.8500.84
HSL300º73.91%9.02%-
HSV(B)300º85%15.69%-
XYZ1.320.732.08-
YUV20.04139.26142.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 46.51%
GREEN value IS 6 (2.73% from 255) = 6.98%
BLUE value IS 40 (16.02% from 255) = 46.51%
R=46.51%
G=6.98%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4064000.8500.8430073.919.02
Hex2862805505412c4a9
Octal506500125012445411211
Binary101000110101000010101010101010010010110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280628; }

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

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

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

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

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

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

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

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