Html Css Color HEX #120711 Mardi Gras

📋 copy color: '#120711'

red 18 ◦ green 7 ◦ blue 17

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

Shades of Mardi Gras #120711

Tints of Mardi Gras #120711

RGB

 RED value IS 18 (7.42% from 255) = 42.86%

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

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

R = 42.86%
G = 16.67%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#120711 (or 0x120711) is known color: Mardi Gras. HEX triplet: 12, 07 and 11. RGB value is (18,7,17). Sum of RGB (Red+Green+Blue) = 18+7+17=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 18 - color contains mainly: red. Hex color #120711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120711 is #EDF8EE. Grayscale: #0B0B0B. Windows color (decimal): -15595759 or 1115922. OLE color: 1115922.

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

Color convert

RGB 18 7 17 -
CMYK 0 0.61 0.06 0.93
HSL 305.45º 0.44% 0.05% -
HSV(B) 305.45º 0.61% 0.07% -
XYZ 0.43 0.32 0.57 -
YUV 11.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 18 7 17 0 0.61 0.06 0.93 305.45 0.44 0.05
Hex 12 7 11 0 3D 6 5D 131 2C 5
Octal 22 7 21 0 75 6 135 461 54 5
Binary 10010 111 10001 0 111101 110 1011101 100110001 101100 101

Color Harmonies of #120711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120711

Black with #120711

Text Example


Text Example

White with #120711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120711; }

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

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

background-color css

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

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

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

border-color css

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

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

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