#080508

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

Shades of Mardi Gras #080508

Tints of Mardi Gras #080508

Color information

#080508 (or 0x080508) is unknown color: approx Mardi Gras. HEX triplet: 08, 05 and 08. RGB value is (8,5,8). Sum of RGB (Red+Green+Blue) = 8+5+8=21 (2% of max value = 765). Red value is 8 (3.52% from 255 or 38.10% from 21); Green value is 5 (2.34% from 255 or 23.81% from 21); Blue value is 8 (3.52% from 255 or 38.10% from 21); Max value from RGB is 8 - color contains mainly: red, blue. Hex color #080508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080508 is #F7FAF7. Grayscale: #060606. Windows color (decimal): -16251640 or 525576. OLE color: 525576.

HSL color Cylindrical-coordinate representation of color #080508: hue angle of 300º degrees, saturation: 0.23, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #080508 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB858-
CMYK00.3800.97
HSL300º23.08%2.55%-
HSV(B)300º37.5%3.14%-
XYZ0.20.180.25-
YUV6.24128.99129.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 38.10%
GREEN value IS 5 (2.34% from 255) = 23.81%
BLUE value IS 8 (3.52% from 255) = 38.10%
R=38.10%
G=23.81%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal85800.3800.9730023.082.55
Hex85802606112c173
Octal105100460141454273
Binary100010110000100110011000011001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080508; }

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

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

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

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

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

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

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

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