#150813

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

Shades of Mardi Gras #150813

Tints of Mardi Gras #150813

Color information

#150813 (or 0x150813) is unknown color: approx Mardi Gras. HEX triplet: 15, 08 and 13. RGB value is (21,8,19). Sum of RGB (Red+Green+Blue) = 21+8+19=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 21 - color contains mainly: red. Hex color #150813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150813 is #EAF7EC. Grayscale: #0D0D0D. Windows color (decimal): -15398893 or 1247253. OLE color: 1247253.

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

Color convert

RGB21819-
CMYK00.620.100.92
HSL309.23º44.83%5.69%-
HSV(B)309.23º61.9%8.24%-
XYZ0.510.380.66-
YUV13.14131.31133.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 43.75%
GREEN value IS 8 (3.52% from 255) = 16.67%
BLUE value IS 19 (7.81% from 255) = 39.58%
R=43.75%
G=16.67%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2181900.620.100.92309.2344.835.69
Hex1581303EA5C1352d6
Octal25102307612134465556
Binary10101100010011011111010101011100100110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150813; }

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

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

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

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

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

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

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

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