#430A42

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

Shades of Mardi Gras #430A42

Tints of Mardi Gras #430A42

Color information

#430A42 (or 0x430A42) is unknown color: approx Mardi Gras. HEX triplet: 43, 0A and 42. RGB value is (67,10,66). Sum of RGB (Red+Green+Blue) = 67+10+66=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 67 - color contains mainly: red. Hex color #430A42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430A42 is #BCF5BD. Grayscale: #212121. Windows color (decimal): -12383678 or 4328003. OLE color: 4328003.

HSL color Cylindrical-coordinate representation of color #430A42: hue angle of 301.05º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #430A42 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB671066-
CMYK00.850.010.74
HSL301.05º74.03%15.1%-
HSV(B)301.05º85.07%26.27%-
XYZ3.411.85.32-
YUV33.43146.38151.95-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.85%
GREEN value IS 10 (4.30% from 255) = 6.99%
BLUE value IS 66 (26.17% from 255) = 46.15%
R=46.85%
G=6.99%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67106600.850.010.74301.0574.0315.1
Hex43A4205514A12d4af
Octal103121020125111245511217
Binary100001110101000010010101011100101010010110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,10,66); }

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

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

 a { background-color: rgb(67,10,66); }

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

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

 span { border-color: rgb(67,10,66); }

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