Html Css Color HEX #140715 Mardi Gras

📋 copy color: '#140715'

red 20 ◦ green 7 ◦ blue 21

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

Shades of Mardi Gras #140715

Tints of Mardi Gras #140715

RGB

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

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

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

R = 41.67%
G = 14.58%
B = 43.75%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#140715 (or 0x140715) is known color: Mardi Gras. HEX triplet: 14, 07 and 15. RGB value is (20,7,21). Sum of RGB (Red+Green+Blue) = 20+7+21=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 21 - color contains mainly: blue. Hex color #140715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140715 is #EBF8EA. Grayscale: #0C0C0C. Windows color (decimal): -15464683 or 1378068. OLE color: 1378068.

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

Color convert

RGB 20 7 21 -
CMYK 0.05 0.67 0 0.92
HSL 295.71º 0.5% 0.05% -
HSV(B) 295.71º 0.67% 0.08% -
XYZ 0.5 0.35 0.75 -
YUV 12.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 20 7 21 0.05 0.67 0 0.92 295.71 0.5 0.05
Hex 14 7 15 5 43 0 5C 128 32 5
Octal 24 7 25 5 103 0 134 450 62 5
Binary 10100 111 10101 101 1000011 0 1011100 100101000 110010 101

Color Harmonies of #140715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140715

Black with #140715

Text Example


Text Example

White with #140715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140715; }

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

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

background-color css

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

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

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

border-color css

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

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

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