#140615

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

Shades of Mardi Gras #140615

Tints of Mardi Gras #140615

Color information

#140615 (or 0x140615) is unknown color: approx Mardi Gras. HEX triplet: 14, 06 and 15. RGB value is (20,6,21). Sum of RGB (Red+Green+Blue) = 20+6+21=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #140615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140615 is #EBF9EA. Grayscale: #0B0B0B. Windows color (decimal): -15464939 or 1377812. OLE color: 1377812.

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

Color convert

RGB20621-
CMYK0.050.7100.92
HSL296º55.56%5.29%-
HSV(B)296º71.43%8.24%-
XYZ0.490.330.75-
YUV11.9133.14133.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 42.55%
GREEN value IS 6 (2.73% from 255) = 12.77%
BLUE value IS 21 (8.59% from 255) = 44.68%
R=42.55%
G=12.77%
B=44.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal206210.050.7100.9229655.565.29
Hex1461554705C128385
Octal2462551070134450705
Binary1010011010101101100011101011100100101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140615; }

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

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

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

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

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

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

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

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