Html Css Color HEX #110710 Mardi Gras

📋 copy color: '#110710'

red 17 ◦ green 7 ◦ blue 16

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

Shades of Mardi Gras #110710

Tints of Mardi Gras #110710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 17.5%

 BLUE value IS 16 (6.64% from 255) = 40%

R = 42.5%
G = 17.5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#110710 (or 0x110710) is known color: Mardi Gras. HEX triplet: 11, 07 and 10. RGB value is (17,7,16). Sum of RGB (Red+Green+Blue) = 17+7+16=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 17 - color contains mainly: red. Hex color #110710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110710 is #EEF8EF. Grayscale: #0A0A0A. Windows color (decimal): -15661296 or 1050385. OLE color: 1050385.

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

Color convert

RGB 17 7 16 -
CMYK 0 0.59 0.06 0.93
HSL 306º 0.42% 0.05% -
HSV(B) 306º 0.59% 0.07% -
XYZ 0.4 0.31 0.53 -
YUV 11.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 17 7 16 0 0.59 0.06 0.93 306 0.42 0.05
Hex 11 7 10 0 3B 6 5D 132 2A 5
Octal 21 7 20 0 73 6 135 462 52 5
Binary 10001 111 10000 0 111011 110 1011101 100110010 101010 101

Color Harmonies of #110710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110710

Black with #110710

Text Example


Text Example

White with #110710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110710; }

 p { color: rgb(17,7,16); }

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

background-color css

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

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

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

border-color css

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

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

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