#140614

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

Shades of Mardi Gras #140614

Tints of Mardi Gras #140614

Color information

#140614 (or 0x140614) is unknown color: approx Mardi Gras. HEX triplet: 14, 06 and 14. RGB value is (20,6,20). Sum of RGB (Red+Green+Blue) = 20+6+20=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #140614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140614 is #EBF9EB. Grayscale: #0B0B0B. Windows color (decimal): -15464940 or 1312276. OLE color: 1312276.

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

Color convert

RGB20620-
CMYK00.7000.92
HSL300º53.85%5.1%-
HSV(B)300º70%7.84%-
XYZ0.480.330.7-
YUV11.78132.64133.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 43.48%
GREEN value IS 6 (2.73% from 255) = 13.04%
BLUE value IS 20 (8.20% from 255) = 43.48%
R=43.48%
G=13.04%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2062000.7000.9230053.855.1
Hex1461404605C12c365
Octal2462401060134454665
Binary10100110101000100011001011100100101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140614; }

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

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

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

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

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

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

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

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