#11040F

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

Shades of Mardi Gras #11040F

Tints of Mardi Gras #11040F

Color information

#11040F (or 0x11040F) is unknown color: approx Mardi Gras. HEX triplet: 11, 04 and 0F. RGB value is (17,4,15). Sum of RGB (Red+Green+Blue) = 17+4+15=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 17 - color contains mainly: red. Hex color #11040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11040F is #EEFBF0. Grayscale: #090909. Windows color (decimal): -15662065 or 984081. OLE color: 984081.

HSL color Cylindrical-coordinate representation of color #11040F: hue angle of 309.23º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11040F is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.93.

Color convert

RGB17415-
CMYK00.760.120.93
HSL309.23º61.9%4.12%-
HSV(B)309.23º76.47%6.67%-
XYZ0.360.240.48-
YUV9.14131.31133.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 47.22%
GREEN value IS 4 (1.95% from 255) = 11.11%
BLUE value IS 15 (6.25% from 255) = 41.67%
R=47.22%
G=11.11%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1741500.760.120.93309.2361.94.12
Hex114F04CC5D1353e4
Octal21417011414135465764
Binary1000110011110100110011001011101100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11040F; }

 p { color: rgb(17,4,15); }

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

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

 a { background-color: rgb(17,4,15); }

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

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

 span { border-color: rgb(17,4,15); }

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