#140713

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

Shades of Mardi Gras #140713

Tints of Mardi Gras #140713

Color information

#140713 (or 0x140713) is unknown color: approx Mardi Gras. HEX triplet: 14, 07 and 13. RGB value is (20,7,19). Sum of RGB (Red+Green+Blue) = 20+7+19=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 20 - color contains mainly: red. Hex color #140713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140713 is #EBF8EC. Grayscale: #0C0C0C. Windows color (decimal): -15464685 or 1246996. OLE color: 1246996.

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

Color convert

RGB20719-
CMYK00.650.050.92
HSL304.62º48.15%5.29%-
HSV(B)304.62º65%7.84%-
XYZ0.480.350.66-
YUV12.26131.81133.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 43.48%
GREEN value IS 7 (3.12% from 255) = 15.22%
BLUE value IS 19 (7.81% from 255) = 41.30%
R=43.48%
G=15.22%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2071900.650.050.92304.6248.155.29
Hex1471304155C131305
Octal2472301015134461605
Binary1010011110011010000011011011100100110001110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140713; }

 p { color: rgb(20,7,19); }

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

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

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

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

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

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

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