Html Css Color HEX #140815 Mardi Gras

📋 copy color: '#140815'

red 20 ◦ green 8 ◦ blue 21

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

Shades of Mardi Gras #140815

Tints of Mardi Gras #140815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 16.33%

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

R = 40.82%
G = 16.33%
B = 42.86%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#140815 (or 0x140815) is known color: Mardi Gras. HEX triplet: 14, 08 and 15. RGB value is (20,8,21). Sum of RGB (Red+Green+Blue) = 20+8+21=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: blue. Hex color #140815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140815 is #EBF7EA. Grayscale: #0D0D0D. Windows color (decimal): -15464427 or 1378324. OLE color: 1378324.

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

Color convert

RGB 20 8 21 -
CMYK 0.05 0.62 0 0.92
HSL 295.38º 0.45% 0.06% -
HSV(B) 295.38º 0.62% 0.08% -
XYZ 0.51 0.38 0.76 -
YUV 13.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 20 8 21 0.05 0.62 0 0.92 295.38 0.45 0.06
Hex 14 8 15 5 3E 0 5C 127 2D 6
Octal 24 10 25 5 76 0 134 447 55 6
Binary 10100 1000 10101 101 111110 0 1011100 100100111 101101 110

Color Harmonies of #140815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140815

Black with #140815

Text Example


Text Example

White with #140815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140815; }

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

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

background-color css

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

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

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

border-color css

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

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

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