#430941

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

Shades of Mardi Gras #430941

Tints of Mardi Gras #430941

Color information

#430941 (or 0x430941) is unknown color: approx Mardi Gras. HEX triplet: 43, 09 and 41. RGB value is (67,9,65). Sum of RGB (Red+Green+Blue) = 67+9+65=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #430941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430941 is #BCF6BE. Grayscale: #202020. Windows color (decimal): -12383935 or 4262211. OLE color: 4262211.

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

Color convert

RGB67965-
CMYK00.870.030.74
HSL302.07º76.32%14.9%-
HSV(B)302.07º86.57%26.27%-
XYZ3.371.775.17-
YUV32.73146.22152.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.52%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 65 (25.78% from 255) = 46.10%
R=47.52%
G=6.38%
B=46.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6796500.870.030.74302.0776.3214.9
Hex4394105734A12e4cf
Octal103111010127311245611417
Binary1000011100110000010101011111100101010010111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430941; }

 p { color: rgb(67,9,65); }

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

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

 a { background-color: rgb(67,9,65); }

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

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

 span { border-color: rgb(67,9,65); }

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