#130611

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

Shades of Mardi Gras #130611

Tints of Mardi Gras #130611

Color information

#130611 (or 0x130611) is unknown color: approx Mardi Gras. HEX triplet: 13, 06 and 11. RGB value is (19,6,17). Sum of RGB (Red+Green+Blue) = 19+6+17=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #130611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130611 is #ECF9EE. Grayscale: #0B0B0B. Windows color (decimal): -15530479 or 1115667. OLE color: 1115667.

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

Color convert

RGB19617-
CMYK00.680.110.93
HSL309.23º52%4.9%-
HSV(B)309.23º68.42%7.45%-
XYZ0.430.310.57-
YUV11.14131.31133.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 45.24%
GREEN value IS 6 (2.73% from 255) = 14.29%
BLUE value IS 17 (7.03% from 255) = 40.48%
R=45.24%
G=14.29%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1961700.680.110.93309.23524.9
Hex13611044B5D135345
Octal23621010413135465645
Binary10011110100010100010010111011101100110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130611; }

 p { color: rgb(19,6,17); }

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

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

 a { background-color: rgb(19,6,17); }

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

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

 span { border-color: rgb(19,6,17); }

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