#43143E

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

Shades of Mardi Gras #43143E

Tints of Mardi Gras #43143E

Color information

#43143E (or 0x43143E) is unknown color: approx Mardi Gras. HEX triplet: 43, 14 and 3E. RGB value is (67,20,62). Sum of RGB (Red+Green+Blue) = 67+20+62=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 67 - color contains mainly: red. Hex color #43143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43143E is #BCEBC1. Grayscale: #262626. Windows color (decimal): -12381122 or 4068419. OLE color: 4068419.

HSL color Cylindrical-coordinate representation of color #43143E: hue angle of 306.38º 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 #43143E is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.74.

Color convert

RGB672062-
CMYK00.700.070.74
HSL306.38º54.02%17.06%-
HSV(B)306.38º70.15%26.27%-
XYZ3.432.044.77-
YUV38.84141.07148.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.97%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 62 (24.61% from 255) = 41.61%
R=44.97%
G=13.42%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67206200.700.070.74306.3854.0217.06
Hex43143E04674A1323611
Octal1032476010671124626621
Binary10000111010011111001000110111100101010011001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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