Html Css Color HEX #100711 Mardi Gras

📋 copy color: '#100711'

red 16 ◦ green 7 ◦ blue 17

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

Shades of Mardi Gras #100711

Tints of Mardi Gras #100711

RGB

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

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

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

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

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #100711: hue angle of 294º 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 #100711 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 16 7 17 -
CMYK 0.06 0.59 0 0.93
HSL 294º 0.42% 0.05% -
HSV(B) 294º 0.59% 0.07% -
XYZ 0.39 0.3 0.57 -
YUV 10.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 16 7 17 0.06 0.59 0 0.93 294 0.42 0.05
Hex 10 7 11 6 3B 0 5D 126 2A 5
Octal 20 7 21 6 73 0 135 446 52 5
Binary 10000 111 10001 110 111011 0 1011101 100100110 101010 101

Color Harmonies of #100711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100711

Black with #100711

Text Example


Text Example

White with #100711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100711; }

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

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

background-color css

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

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

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

border-color css

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

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

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