Html Css Color HEX #140615 Mardi Gras

📋 copy color: '#140615'

red 20 ◦ green 6 ◦ blue 21

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

Shades of Mardi Gras #140615

Tints of Mardi Gras #140615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 44.68%

R = 42.55%
G = 12.77%
B = 44.68%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#140615 (or 0x140615) is known color: Mardi Gras. HEX triplet: 14, 06 and 15. RGB value is (20,6,21). Sum of RGB (Red+Green+Blue) = 20+6+21=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #140615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140615 is #EBF9EA. Grayscale: #0B0B0B. Windows color (decimal): -15464939 or 1377812. OLE color: 1377812.

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

Color convert

RGB 20 6 21 -
CMYK 0.05 0.71 0 0.92
HSL 296º 0.56% 0.05% -
HSV(B) 296º 0.71% 0.08% -
XYZ 0.49 0.33 0.75 -
YUV 11.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 20 6 21 0.05 0.71 0 0.92 296 0.56 0.05
Hex 14 6 15 5 47 0 5C 128 38 5
Octal 24 6 25 5 107 0 134 450 70 5
Binary 10100 110 10101 101 1000111 0 1011100 100101000 111000 101

Color Harmonies of #140615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140615

Black with #140615

Text Example


Text Example

White with #140615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140615; }

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

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

background-color css

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

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

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

border-color css

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

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

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