#43133A

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

Shades of Mardi Gras #43133A

Tints of Mardi Gras #43133A

Color information

#43133A (or 0x43133A) is unknown color: approx Mardi Gras. HEX triplet: 43, 13 and 3A. RGB value is (67,19,58). Sum of RGB (Red+Green+Blue) = 67+19+58=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #43133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43133A is #BCECC5. Grayscale: #252525. Windows color (decimal): -12381382 or 3806019. OLE color: 3806019.

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

Color convert

RGB671958-
CMYK00.720.130.74
HSL311.25º55.81%16.86%-
HSV(B)311.25º71.64%26.27%-
XYZ3.311.964.21-
YUV37.8139.4148.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.53%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 58 (23.05% from 255) = 40.28%
R=46.53%
G=13.19%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67195800.720.130.74311.2555.8116.86
Hex43133A048D4A1373811
Octal10323720110151124677021
Binary100001110011111010010010001101100101010011011111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43133A; }

 p { color: rgb(67,19,58); }

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

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

 a { background-color: rgb(67,19,58); }

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

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

 span { border-color: rgb(67,19,58); }

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