#140815

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

Shades of Mardi Gras #140815

Tints of Mardi Gras #140815

Color information

#140815 (or 0x140815) is unknown color: approx Mardi Gras. HEX triplet: 14, 08 and 15. RGB value is (20,8,21). Sum of RGB (Red+Green+Blue) = 20+8+21=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: blue. Hex color #140815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140815 is #EBF7EA. Grayscale: #0D0D0D. Windows color (decimal): -15464427 or 1378324. OLE color: 1378324.

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

Color convert

RGB20821-
CMYK0.050.6200.92
HSL295.38º44.83%5.69%-
HSV(B)295.38º61.9%8.24%-
XYZ0.510.380.76-
YUV13.07132.48132.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 8 (3.52% from 255) = 16.33%
BLUE value IS 21 (8.59% from 255) = 42.86%
R=40.82%
G=16.33%
B=42.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal208210.050.6200.92295.3844.835.69
Hex1481553E05C1272d6
Octal2410255760134447556
Binary1010010001010110111111001011100100100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140815; }

 p { color: rgb(20,8,21); }

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

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

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

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

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

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

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