#44143B

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

Shades of Mardi Gras #44143B

Tints of Mardi Gras #44143B

Color information

#44143B (or 0x44143B) is unknown color: approx Mardi Gras. HEX triplet: 44, 14 and 3B. RGB value is (68,20,59). Sum of RGB (Red+Green+Blue) = 68+20+59=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #44143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44143B is #BBEBC4. Grayscale: #262626. Windows color (decimal): -12315589 or 3871812. OLE color: 3871812.

HSL color Cylindrical-coordinate representation of color #44143B: hue angle of 311.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44143B is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB682059-
CMYK00.710.130.73
HSL311.25º54.55%17.25%-
HSV(B)311.25º70.59%26.67%-
XYZ3.422.054.35-
YUV38.8139.4148.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.26%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 59 (23.44% from 255) = 40.14%
R=46.26%
G=13.61%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68205900.710.130.73311.2554.5517.25
Hex44143B047D491373711
Octal10424730107151114676721
Binary100010010100111011010001111101100100110011011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44143B; }

 p { color: rgb(68,20,59); }

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

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

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

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

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

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

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