#150814

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

Shades of Mardi Gras #150814

Tints of Mardi Gras #150814

Color information

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

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

Color convert

RGB21820-
CMYK00.620.050.92
HSL304.62º44.83%5.69%-
HSV(B)304.62º61.9%8.24%-
XYZ0.520.380.71-
YUV13.26131.81133.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42.86%
GREEN value IS 8 (3.52% from 255) = 16.33%
BLUE value IS 20 (8.20% from 255) = 40.82%
R=42.86%
G=16.33%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2182000.620.050.92304.6244.835.69
Hex1581403E55C1312d6
Octal2510240765134461556
Binary1010110001010001111101011011100100110001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150814; }

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

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

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

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

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

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

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

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