#140814

Color #140814 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #140814

Tints of Mardi Gras #140814

Color information

#140814 (or 0x140814) is unknown color: approx Mardi Gras. HEX triplet: 14, 08 and 14. RGB value is (20,8,20). Sum of RGB (Red+Green+Blue) = 20+8+20=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 20 - color contains mainly: red, blue. Hex color #140814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140814 is #EBF7EB. Grayscale: #0C0C0C. Windows color (decimal): -15464428 or 1312788. OLE color: 1312788.

HSL color Cylindrical-coordinate representation of color #140814: hue angle of 300º 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 #140814 is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB20820-
CMYK00.6000.92
HSL300º42.86%5.49%-
HSV(B)300º60%7.84%-
XYZ0.50.370.71-
YUV12.96131.98133.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 41.67%
GREEN value IS 8 (3.52% from 255) = 16.67%
BLUE value IS 20 (8.20% from 255) = 41.67%
R=41.67%
G=16.67%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2082000.6000.9230042.865.49
Hex1481403C05C12c2b5
Octal2410240740134454535
Binary10100100010100011110001011100100101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140814; }

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

 H1.HeaderClassName
 {
   color: #140814;
 }
 .AnyTagClassName
 {
   color: #140814;
 }
</style>
background-color css

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

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

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

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

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

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