#150715

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

Shades of Mardi Gras #150715

Tints of Mardi Gras #150715

Color information

#150715 (or 0x150715) is unknown color: approx Mardi Gras. HEX triplet: 15, 07 and 15. RGB value is (21,7,21). Sum of RGB (Red+Green+Blue) = 21+7+21=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150715 is #EAF8EA. Grayscale: #0C0C0C. Windows color (decimal): -15399147 or 1378069. OLE color: 1378069.

HSL color Cylindrical-coordinate representation of color #150715: hue angle of 300º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #150715 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB21721-
CMYK00.6700.92
HSL300º50%5.49%-
HSV(B)300º66.67%8.24%-
XYZ0.520.370.75-
YUV12.78132.64133.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42.86%
GREEN value IS 7 (3.12% from 255) = 14.29%
BLUE value IS 21 (8.59% from 255) = 42.86%
R=42.86%
G=14.29%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2172100.6700.92300505.49
Hex1571504305C12c325
Octal2572501030134454625
Binary10101111101010100001101011100100101100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150715; }

 p { color: rgb(21,7,21); }

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

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

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

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

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

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

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