#140512

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

Shades of Mardi Gras #140512

Tints of Mardi Gras #140512

Color information

#140512 (or 0x140512) is unknown color: approx Mardi Gras. HEX triplet: 14, 05 and 12. RGB value is (20,5,18). Sum of RGB (Red+Green+Blue) = 20+5+18=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #140512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140512 is #EBFAED. Grayscale: #0A0A0A. Windows color (decimal): -15465198 or 1180948. OLE color: 1180948.

HSL color Cylindrical-coordinate representation of color #140512: hue angle of 308º 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 #140512 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB20518-
CMYK00.750.100.92
HSL308º60%4.9%-
HSV(B)308º75%7.84%-
XYZ0.450.30.61-
YUV10.97131.97134.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 46.51%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 18 (7.42% from 255) = 41.86%
R=46.51%
G=11.63%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2051800.750.100.92308604.9
Hex1451204BA5C1343c5
Octal24522011312134464745
Binary10100101100100100101110101011100100110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140512; }

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

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

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

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

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

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

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

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