#43084A

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

Shades of Mardi Gras #43084A

Tints of Mardi Gras #43084A

Color information

#43084A (or 0x43084A) is unknown color: approx Mardi Gras. HEX triplet: 43, 08 and 4A. RGB value is (67,8,74). Sum of RGB (Red+Green+Blue) = 67+8+74=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #43084A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43084A is #BCF7B5. Grayscale: #202020. Windows color (decimal): -12384182 or 4851779. OLE color: 4851779.

HSL color Cylindrical-coordinate representation of color #43084A: hue angle of 293.64º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #43084A is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB67874-
CMYK0.090.8900.71
HSL293.64º80.49%16.08%-
HSV(B)293.64º89.19%29.02%-
XYZ3.641.866.65-
YUV33.16151.05152.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.97%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 74 (29.30% from 255) = 49.66%
R=44.97%
G=5.37%
B=49.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal678740.090.8900.71293.6480.4916.08
Hex4384A9590471265010
Octal1031011211131010744612020
Binary1000011100010010101001101100101000111100100110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,8,74); }

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

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

 a { background-color: rgb(67,8,74); }

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

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

 span { border-color: rgb(67,8,74); }

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