Html Css Color HEX #11040F Mardi Gras

📋 copy color: '#11040F'

red 17 ◦ green 4 ◦ blue 15

#11040F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #11040F

Tints of Mardi Gras #11040F

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 value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.93

RGB Variations

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

Color information

#11040F (or 0x11040F) is known color: 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

RGB 17 4 15 -
CMYK 0 0.76 0.12 0.93
HSL 309.23º 0.62% 0.04% -
HSV(B) 309.23º 0.76% 0.07% -
XYZ 0.36 0.24 0.48 -
YUV 9.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 17 4 15 0 0.76 0.12 0.93 309.23 0.62 0.04
Hex 11 4 F 0 4C C 5D 135 3E 4
Octal 21 4 17 0 114 14 135 465 76 4
Binary 10001 100 1111 0 1001100 1100 1011101 100110101 111110 100

Color Harmonies of #11040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11040F

Black with #11040F

Text Example


Text Example

White with #11040F

Text Example


Text Example

HTML Codes & Css Web 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>