Html Css Color HEX #140612 Mardi Gras

📋 copy color: '#140612'

red 20 ◦ green 6 ◦ blue 18

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

Shades of Mardi Gras #140612

Tints of Mardi Gras #140612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.64%

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

R = 45.45%
G = 13.64%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#140612 (or 0x140612) is known color: Mardi Gras. HEX triplet: 14, 06 and 12. RGB value is (20,6,18). Sum of RGB (Red+Green+Blue) = 20+6+18=44 (5% of max value = 765). Red value is 20 (8.20% from 255 or 45.45% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 20 - color contains mainly: red. Hex color #140612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140612 is #EBF9ED. Grayscale: #0B0B0B. Windows color (decimal): -15464942 or 1181204. OLE color: 1181204.

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

Color convert

RGB 20 6 18 -
CMYK 0 0.70 0.10 0.92
HSL 308.57º 0.54% 0.05% -
HSV(B) 308.57º 0.7% 0.08% -
XYZ 0.46 0.32 0.61 -
YUV 11.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 20 6 18 0 0.70 0.10 0.92 308.57 0.54 0.05
Hex 14 6 12 0 46 A 5C 135 36 5
Octal 24 6 22 0 106 12 134 465 66 5
Binary 10100 110 10010 0 1000110 1010 1011100 100110101 110110 101

Color Harmonies of #140612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140612

Black with #140612

Text Example


Text Example

White with #140612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140612; }

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

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

background-color css

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

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

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

border-color css

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

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

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