#43073E

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

Shades of Mardi Gras #43073E

Tints of Mardi Gras #43073E

Color information

#43073E (or 0x43073E) is unknown color: approx Mardi Gras. HEX triplet: 43, 07 and 3E. RGB value is (67,7,62). Sum of RGB (Red+Green+Blue) = 67+7+62=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #43073E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43073E is #BCF8C1. Grayscale: #1F1F1F. Windows color (decimal): -12384450 or 4065091. OLE color: 4065091.

HSL color Cylindrical-coordinate representation of color #43073E: hue angle of 305º 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 #43073E is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.74.

Color convert

RGB67762-
CMYK00.900.070.74
HSL305º81.08%14.51%-
HSV(B)305º89.55%26.27%-
XYZ3.261.694.71-
YUV31.21145.38153.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.26%
GREEN value IS 7 (3.12% from 255) = 5.15%
BLUE value IS 62 (24.61% from 255) = 45.59%
R=49.26%
G=5.15%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6776200.900.070.7430581.0814.51
Hex4373E05A74A13151f
Octal1037760132711246112117
Binary100001111111111001011010111100101010011000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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