#130812

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

Shades of Mardi Gras #130812

Tints of Mardi Gras #130812

Color information

#130812 (or 0x130812) is unknown color: approx Mardi Gras. HEX triplet: 13, 08 and 12. RGB value is (19,8,18). Sum of RGB (Red+Green+Blue) = 19+8+18=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 19 - color contains mainly: red. Hex color #130812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130812 is #ECF7ED. Grayscale: #0C0C0C. Windows color (decimal): -15529966 or 1181715. OLE color: 1181715.

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

Color convert

RGB19818-
CMYK00.580.050.93
HSL305.45º40.74%5.29%-
HSV(B)305.45º57.89%7.45%-
XYZ0.460.360.62-
YUV12.43131.14132.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 42.22%
GREEN value IS 8 (3.52% from 255) = 17.78%
BLUE value IS 18 (7.42% from 255) = 40%
R=42.22%
G=17.78%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1981800.580.050.93305.4540.745.29
Hex1381203A55D131295
Octal2310220725135461515
Binary1001110001001001110101011011101100110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130812; }

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

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

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

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

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

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

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

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