Html Css Color HEX #140712 Mardi Gras

📋 copy color: '#140712'

red 20 ◦ green 7 ◦ blue 18

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

Shades of Mardi Gras #140712

Tints of Mardi Gras #140712

RGB

 RED value IS 20 (8.2% from 255) = 44.44%

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

 BLUE value IS 18 (7.42% from 255) = 40%

R = 44.44%
G = 15.56%
B = 40%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#140712 (or 0x140712) is known color: Mardi Gras. HEX triplet: 14, 07 and 12. RGB value is (20,7,18). Sum of RGB (Red+Green+Blue) = 20+7+18=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 20 - color contains mainly: red. Hex color #140712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140712 is #EBF8ED. Grayscale: #0C0C0C. Windows color (decimal): -15464686 or 1181460. OLE color: 1181460.

HSL color Cylindrical-coordinate representation of color #140712: hue angle of 309.23º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #140712 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 7 18 -
CMYK 0 0.65 0.10 0.92
HSL 309.23º 0.48% 0.05% -
HSV(B) 309.23º 0.65% 0.08% -
XYZ 0.47 0.34 0.61 -
YUV 12.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 20 7 18 0 0.65 0.10 0.92 309.23 0.48 0.05
Hex 14 7 12 0 41 A 5C 135 30 5
Octal 24 7 22 0 101 12 134 465 60 5
Binary 10100 111 10010 0 1000001 1010 1011100 100110101 110000 101

Color Harmonies of #140712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140712

Black with #140712

Text Example


Text Example

White with #140712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140712; }

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

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

background-color css

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

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

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

border-color css

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

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

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