#280627

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

Shades of Mardi Gras #280627

Tints of Mardi Gras #280627

Color information

#280627 (or 0x280627) is unknown color: approx Mardi Gras. HEX triplet: 28, 06 and 27. RGB value is (40,6,39). Sum of RGB (Red+Green+Blue) = 40+6+39=85 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.06% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 39 (15.62% from 255 or 45.88% from 85); Max value from RGB is 40 - color contains mainly: red. Hex color #280627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280627 is #D7F9D8. Grayscale: #131313. Windows color (decimal): -14154201 or 2557480. OLE color: 2557480.

HSL color Cylindrical-coordinate representation of color #280627: hue angle of 301.76º 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 #280627 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB40639-
CMYK00.850.020.84
HSL301.76º73.91%9.02%-
HSV(B)301.76º85%15.69%-
XYZ1.310.731.99-
YUV19.93138.76142.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.06%
GREEN value IS 6 (2.73% from 255) = 7.06%
BLUE value IS 39 (15.62% from 255) = 45.88%
R=47.06%
G=7.06%
B=45.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4063900.850.020.84301.7673.919.02
Hex2862705525412e4a9
Octal506470125212445611211
Binary1010001101001110101010110101010010010111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280627; }

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

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

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

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

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

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

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

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