Html Css Color HEX #100710 Mardi Gras

📋 copy color: '#100710'

red 16 ◦ green 7 ◦ blue 16

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

Shades of Mardi Gras #100710

Tints of Mardi Gras #100710

RGB

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

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

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

R = 41.03%
G = 17.95%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#100710 (or 0x100710) is known color: Mardi Gras. HEX triplet: 10, 07 and 10. RGB value is (16,7,16). Sum of RGB (Red+Green+Blue) = 16+7+16=39 (5% of max value = 765). Red value is 16 (6.64% from 255 or 41.03% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 16 (6.64% from 255 or 41.03% from 39); Max value from RGB is 16 - color contains mainly: red, blue. Hex color #100710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100710 is #EFF8EF. Grayscale: #0A0A0A. Windows color (decimal): -15726832 or 1050384. OLE color: 1050384.

HSL color Cylindrical-coordinate representation of color #100710: hue angle of 300º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #100710 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 16 7 16 -
CMYK 0 0.56 0 0.94
HSL 300º 0.39% 0.05% -
HSV(B) 300º 0.56% 0.06% -
XYZ 0.38 0.3 0.53 -
YUV 10.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 16 7 16 0 0.56 0 0.94 300 0.39 0.05
Hex 10 7 10 0 38 0 5E 12C 27 5
Octal 20 7 20 0 70 0 136 454 47 5
Binary 10000 111 10000 0 111000 0 1011110 100101100 100111 101

Color Harmonies of #100710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100710

Black with #100710

Text Example


Text Example

White with #100710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100710; }

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

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

background-color css

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

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

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

border-color css

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

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

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