#140513

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

Shades of Mardi Gras #140513

Tints of Mardi Gras #140513

Color information

#140513 (or 0x140513) is unknown color: approx Mardi Gras. HEX triplet: 14, 05 and 13. RGB value is (20,5,19). Sum of RGB (Red+Green+Blue) = 20+5+19=44 (5% of max value = 765). Red value is 20 (8.20% from 255 or 45.45% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 20 - color contains mainly: red. Hex color #140513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140513 is #EBFAEC. Grayscale: #0B0B0B. Windows color (decimal): -15465197 or 1246484. OLE color: 1246484.

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

Color convert

RGB20519-
CMYK00.750.050.92
HSL304º60%4.9%-
HSV(B)304º75%7.84%-
XYZ0.460.30.65-
YUV11.08132.47134.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 45.45%
GREEN value IS 5 (2.34% from 255) = 11.36%
BLUE value IS 19 (7.81% from 255) = 43.18%
R=45.45%
G=11.36%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2051900.750.050.92304604.9
Hex1451304B55C1303c5
Octal2452301135134460745
Binary1010010110011010010111011011100100110000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140513; }

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

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

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

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

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

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

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

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