#160615

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

Shades of Mardi Gras #160615

Tints of Mardi Gras #160615

Color information

#160615 (or 0x160615) is unknown color: approx Mardi Gras. HEX triplet: 16, 06 and 15. RGB value is (22,6,21). Sum of RGB (Red+Green+Blue) = 22+6+21=49 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44.90% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 22 - color contains mainly: red. Hex color #160615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160615 is #E9F9EA. Grayscale: #0C0C0C. Windows color (decimal): -15333867 or 1377814. OLE color: 1377814.

HSL color Cylindrical-coordinate representation of color #160615: hue angle of 303.75º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #160615 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.91.

Color convert

RGB22621-
CMYK00.730.050.91
HSL303.75º57.14%5.49%-
HSV(B)303.75º72.73%8.63%-
XYZ0.530.350.75-
YUV12.49132.8134.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 44.90%
GREEN value IS 6 (2.73% from 255) = 12.24%
BLUE value IS 21 (8.59% from 255) = 42.86%
R=44.90%
G=12.24%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2262100.730.050.91303.7557.145.49
Hex1661504955B130395
Octal2662501115133460715
Binary1011011010101010010011011011011100110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160615; }

 p { color: rgb(22,6,21); }

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

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

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

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

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

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

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