#44133B

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

Shades of Mardi Gras #44133B

Tints of Mardi Gras #44133B

Color information

#44133B (or 0x44133B) is unknown color: approx Mardi Gras. HEX triplet: 44, 13 and 3B. RGB value is (68,19,59). Sum of RGB (Red+Green+Blue) = 68+19+59=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #44133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44133B is #BBECC4. Grayscale: #262626. Windows color (decimal): -12315845 or 3871556. OLE color: 3871556.

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

Color convert

RGB681959-
CMYK00.720.130.73
HSL311.02º56.32%17.06%-
HSV(B)311.02º72.06%26.67%-
XYZ3.412.014.35-
YUV38.21139.73149.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 19 (7.81% from 255) = 13.01%
BLUE value IS 59 (23.44% from 255) = 40.41%
R=46.58%
G=13.01%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68195900.720.130.73311.0256.3217.06
Hex44133B048D491373811
Octal10423730110151114677021
Binary100010010011111011010010001101100100110011011111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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