#130712

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

Shades of Mardi Gras #130712

Tints of Mardi Gras #130712

Color information

#130712 (or 0x130712) is unknown color: approx Mardi Gras. HEX triplet: 13, 07 and 12. RGB value is (19,7,18). Sum of RGB (Red+Green+Blue) = 19+7+18=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 19 - color contains mainly: red. Hex color #130712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130712 is #ECF8ED. Grayscale: #0B0B0B. Windows color (decimal): -15530222 or 1181459. OLE color: 1181459.

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

Color convert

RGB19718-
CMYK00.630.050.93
HSL305º46.15%5.1%-
HSV(B)305º63.16%7.45%-
XYZ0.450.330.61-
YUV11.84131.48133.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 7 (3.12% from 255) = 15.91%
BLUE value IS 18 (7.42% from 255) = 40.91%
R=43.18%
G=15.91%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1971800.630.050.9330546.155.1
Hex1371203F55D1312e5
Octal237220775135461565
Binary100111111001001111111011011101100110001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130712; }

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

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

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

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

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

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

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

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