#43043E

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

Shades of Mardi Gras #43043E

Tints of Mardi Gras #43043E

Color information

#43043E (or 0x43043E) is unknown color: approx Mardi Gras. HEX triplet: 43, 04 and 3E. RGB value is (67,4,62). Sum of RGB (Red+Green+Blue) = 67+4+62=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #43043E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43043E is #BCFBC1. Grayscale: #1D1D1D. Windows color (decimal): -12385218 or 4064323. OLE color: 4064323.

HSL color Cylindrical-coordinate representation of color #43043E: hue angle of 304.76º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43043E is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.74.

Color convert

RGB67462-
CMYK00.940.070.74
HSL304.76º88.73%13.92%-
HSV(B)304.76º94.03%26.27%-
XYZ3.231.634.7-
YUV29.45146.37154.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.38%
GREEN value IS 4 (1.95% from 255) = 3.01%
BLUE value IS 62 (24.61% from 255) = 46.62%
R=50.38%
G=3.01%
B=46.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6746200.940.070.74304.7688.7313.92
Hex4343E05E74A13159e
Octal1034760136711246113116
Binary100001110011111001011110111100101010011000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43043E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43043E; }

 p { color: rgb(67,4,62); }

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

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

 a { background-color: rgb(67,4,62); }

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

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

 span { border-color: rgb(67,4,62); }

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