Html Css Color HEX #140512 Mardi Gras

📋 copy color: '#140512'

red 20 ◦ green 5 ◦ blue 18

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

Shades of Mardi Gras #140512

Tints of Mardi Gras #140512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 11.63%

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

R = 46.51%
G = 11.63%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#140512 (or 0x140512) is known color: Mardi Gras. HEX triplet: 14, 05 and 12. RGB value is (20,5,18). Sum of RGB (Red+Green+Blue) = 20+5+18=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #140512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140512 is #EBFAED. Grayscale: #0A0A0A. Windows color (decimal): -15465198 or 1180948. OLE color: 1180948.

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

Color convert

RGB 20 5 18 -
CMYK 0 0.75 0.10 0.92
HSL 308º 0.6% 0.05% -
HSV(B) 308º 0.75% 0.08% -
XYZ 0.45 0.3 0.61 -
YUV 10.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 20 5 18 0 0.75 0.10 0.92 308 0.6 0.05
Hex 14 5 12 0 4B A 5C 134 3C 5
Octal 24 5 22 0 113 12 134 464 74 5
Binary 10100 101 10010 0 1001011 1010 1011100 100110100 111100 101

Color Harmonies of #140512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140512

Black with #140512

Text Example


Text Example

White with #140512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140512; }

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

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

background-color css

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

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

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

border-color css

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

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

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