Html Css Color HEX #140813 Mardi Gras

📋 copy color: '#140813'

red 20 ◦ green 8 ◦ blue 19

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

Shades of Mardi Gras #140813

Tints of Mardi Gras #140813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 40.43%

R = 42.55%
G = 17.02%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#140813 (or 0x140813) is known color: Mardi Gras. HEX triplet: 14, 08 and 13. RGB value is (20,8,19). Sum of RGB (Red+Green+Blue) = 20+8+19=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 20 - color contains mainly: red. Hex color #140813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140813 is #EBF7EC. Grayscale: #0C0C0C. Windows color (decimal): -15464429 or 1247252. OLE color: 1247252.

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

Color convert

RGB 20 8 19 -
CMYK 0 0.60 0.05 0.92
HSL 305º 0.43% 0.05% -
HSV(B) 305º 0.6% 0.08% -
XYZ 0.49 0.37 0.66 -
YUV 12.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 20 8 19 0 0.60 0.05 0.92 305 0.43 0.05
Hex 14 8 13 0 3C 5 5C 131 2B 5
Octal 24 10 23 0 74 5 134 461 53 5
Binary 10100 1000 10011 0 111100 101 1011100 100110001 101011 101

Color Harmonies of #140813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140813

Black with #140813

Text Example


Text Example

White with #140813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140813; }

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

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

background-color css

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

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

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

border-color css

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

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

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