#44153D

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

Shades of Mardi Gras #44153D

Tints of Mardi Gras #44153D

Color information

#44153D (or 0x44153D) is unknown color: approx Mardi Gras. HEX triplet: 44, 15 and 3D. RGB value is (68,21,61). Sum of RGB (Red+Green+Blue) = 68+21+61=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #44153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44153D is #BBEAC2. Grayscale: #272727. Windows color (decimal): -12315331 or 4003140. OLE color: 4003140.

HSL color Cylindrical-coordinate representation of color #44153D: hue angle of 308.94º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44153D is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB682161-
CMYK00.690.100.73
HSL308.94º52.81%17.45%-
HSV(B)308.94º69.12%26.67%-
XYZ3.492.14.64-
YUV39.61140.07148.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.33%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 61 (24.22% from 255) = 40.67%
R=45.33%
G=14%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68216100.690.100.73308.9452.8117.45
Hex44153D045A491353511
Octal10425750105121114656521
Binary100010010101111101010001011010100100110011010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44153D; }

 p { color: rgb(68,21,61); }

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

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

 a { background-color: rgb(68,21,61); }

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

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

 span { border-color: rgb(68,21,61); }

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