#43143F

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

Shades of Mardi Gras #43143F

Tints of Mardi Gras #43143F

Color information

#43143F (or 0x43143F) is unknown color: approx Mardi Gras. HEX triplet: 43, 14 and 3F. RGB value is (67,20,63). Sum of RGB (Red+Green+Blue) = 67+20+63=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 67 - color contains mainly: red. Hex color #43143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43143F is #BCEBC0. Grayscale: #262626. Windows color (decimal): -12381121 or 4133955. OLE color: 4133955.

HSL color Cylindrical-coordinate representation of color #43143F: hue angle of 305.11º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43143F is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB672063-
CMYK00.700.060.74
HSL305.11º54.02%17.06%-
HSV(B)305.11º70.15%26.27%-
XYZ3.462.054.92-
YUV38.96141.57148-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.67%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 63 (25% from 255) = 42%
R=44.67%
G=13.33%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67206300.700.060.74305.1154.0217.06
Hex43143F04664A1313611
Octal1032477010661124616621
Binary10000111010011111101000110110100101010011000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43143F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43143F; }

 p { color: rgb(67,20,63); }

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

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

 a { background-color: rgb(67,20,63); }

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

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

 span { border-color: rgb(67,20,63); }

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