#43073C

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

Shades of Mardi Gras #43073C

Tints of Mardi Gras #43073C

Color information

#43073C (or 0x43073C) is unknown color: approx Mardi Gras. HEX triplet: 43, 07 and 3C. RGB value is (67,7,60). Sum of RGB (Red+Green+Blue) = 67+7+60=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #43073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43073C is #BCF8C3. Grayscale: #1E1E1E. Windows color (decimal): -12384452 or 3934019. OLE color: 3934019.

HSL color Cylindrical-coordinate representation of color #43073C: hue angle of 307º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #43073C is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB67760-
CMYK00.900.100.74
HSL307º81.08%14.51%-
HSV(B)307º89.55%26.27%-
XYZ3.211.674.43-
YUV30.98144.38153.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 5.22%
BLUE value IS 60 (23.83% from 255) = 44.78%
R=50%
G=5.22%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6776000.900.100.7430781.0814.51
Hex4373C05AA4A13351f
Octal10377401321211246312117
Binary1000011111111100010110101010100101010011001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43073C; }

 p { color: rgb(67,7,60); }

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

<style>
 a { background-color: #43073C; }

 a { background-color: rgb(67,7,60); }

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

<style>
 span { border-color: #43073C; }

 span { border-color: rgb(67,7,60); }

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