#430842

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

Shades of Mardi Gras #430842

Tints of Mardi Gras #430842

Color information

#430842 (or 0x430842) is unknown color: approx Mardi Gras. HEX triplet: 43, 08 and 42. RGB value is (67,8,66). Sum of RGB (Red+Green+Blue) = 67+8+66=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #430842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430842 is #BCF7BD. Grayscale: #202020. Windows color (decimal): -12384190 or 4327491. OLE color: 4327491.

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

Color convert

RGB67866-
CMYK00.880.010.74
HSL301.02º78.67%14.71%-
HSV(B)301.02º88.06%26.27%-
XYZ3.381.765.32-
YUV32.25147.05152.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.52%
GREEN value IS 8 (3.52% from 255) = 5.67%
BLUE value IS 66 (26.17% from 255) = 46.81%
R=47.52%
G=5.67%
B=46.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6786600.880.010.74301.0278.6714.71
Hex4384205814A12d4ff
Octal103101020130111245511717
Binary100001110001000010010110001100101010010110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430842; }

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

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

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

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

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

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

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

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