#130512

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

Shades of Mardi Gras #130512

Tints of Mardi Gras #130512

Color information

#130512 (or 0x130512) is unknown color: approx Mardi Gras. HEX triplet: 13, 05 and 12. RGB value is (19,5,18). Sum of RGB (Red+Green+Blue) = 19+5+18=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #130512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130512 is #ECFAED. Grayscale: #0A0A0A. Windows color (decimal): -15530734 or 1180947. OLE color: 1180947.

HSL color Cylindrical-coordinate representation of color #130512: hue angle of 304.29º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #130512 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.93.

Color convert

RGB19518-
CMYK00.740.050.93
HSL304.29º58.33%4.71%-
HSV(B)304.29º73.68%7.45%-
XYZ0.430.290.61-
YUV10.67132.14133.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 45.24%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 18 (7.42% from 255) = 42.86%
R=45.24%
G=11.90%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1951800.740.050.93304.2958.334.71
Hex1351204A55D1303a5
Octal2352201125135460725
Binary1001110110010010010101011011101100110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130512; }

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

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

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

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

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

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

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

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