Html Css Color HEX #110511 Mardi Gras

📋 copy color: '#110511'

red 17 ◦ green 5 ◦ blue 17

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

Shades of Mardi Gras #110511

Tints of Mardi Gras #110511

RGB

 RED value IS 17 (7.03% from 255) = 43.59%

 GREEN value IS 5 (2.34% from 255) = 12.82%

 BLUE value IS 17 (7.03% from 255) = 43.59%

R = 43.59%
G = 12.82%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#110511 (or 0x110511) is known color: Mardi Gras. HEX triplet: 11, 05 and 11. RGB value is (17,5,17). Sum of RGB (Red+Green+Blue) = 17+5+17=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 17 - color contains mainly: red, blue. Hex color #110511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110511 is #EEFAEE. Grayscale: #090909. Windows color (decimal): -15661807 or 1115409. OLE color: 1115409.

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

Color convert

RGB 17 5 17 -
CMYK 0 0.71 0 0.93
HSL 300º 0.55% 0.04% -
HSV(B) 300º 0.71% 0.07% -
XYZ 0.39 0.27 0.56 -
YUV 9.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 17 5 17 0 0.71 0 0.93 300 0.55 0.04
Hex 11 5 11 0 47 0 5D 12C 37 4
Octal 21 5 21 0 107 0 135 454 67 4
Binary 10001 101 10001 0 1000111 0 1011101 100101100 110111 100

Color Harmonies of #110511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110511

Black with #110511

Text Example


Text Example

White with #110511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110511; }

 p { color: rgb(17,5,17); }

 H1.HeaderClassName
 {
   color: #110511;
 }
 .AnyTagClassName
 {
   color: #110511;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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