#430E40

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

Shades of Mardi Gras #430E40

Tints of Mardi Gras #430E40

Color information

#430E40 (or 0x430E40) is unknown color: approx Mardi Gras. HEX triplet: 43, 0E and 40. RGB value is (67,14,64). Sum of RGB (Red+Green+Blue) = 67+14+64=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 67 - color contains mainly: red. Hex color #430E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430E40 is #BCF1BF. Grayscale: #232323. Windows color (decimal): -12382656 or 4197955. OLE color: 4197955.

HSL color Cylindrical-coordinate representation of color #430E40: hue angle of 303.4º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #430E40 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB671464-
CMYK00.790.040.74
HSL303.4º65.43%15.88%-
HSV(B)303.4º79.1%26.27%-
XYZ3.41.885.03-
YUV35.55144.06150.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.21%
GREEN value IS 14 (5.86% from 255) = 9.66%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=46.21%
G=9.66%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67146400.790.040.74303.465.4315.88
Hex43E4004F44A12f4110
Octal103161000117411245710120
Binary100001111101000000010011111001001010100101111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430E40; }

 p { color: rgb(67,14,64); }

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

<style>
 a { background-color: #430E40; }

 a { background-color: rgb(67,14,64); }

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

<style>
 span { border-color: #430E40; }

 span { border-color: rgb(67,14,64); }

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