#43163B

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

Shades of Mardi Gras #43163B

Tints of Mardi Gras #43163B

Color information

#43163B (or 0x43163B) is unknown color: approx Mardi Gras. HEX triplet: 43, 16 and 3B. RGB value is (67,22,59). Sum of RGB (Red+Green+Blue) = 67+22+59=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 67 - color contains mainly: red. Hex color #43163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43163B is #BCE9C4. Grayscale: #272727. Windows color (decimal): -12380613 or 3872323. OLE color: 3872323.

HSL color Cylindrical-coordinate representation of color #43163B: hue angle of 310.67º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43163B is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB672259-
CMYK00.670.120.74
HSL310.67º50.56%17.45%-
HSV(B)310.67º67.16%26.27%-
XYZ3.392.084.36-
YUV39.67138.91147.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.27%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 59 (23.44% from 255) = 39.86%
R=45.27%
G=14.86%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67225900.670.120.74310.6750.5617.45
Hex43163B043C4A1373311
Octal10326730103141124676321
Binary100001110110111011010000111100100101010011011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43163B; }

 p { color: rgb(67,22,59); }

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

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

 a { background-color: rgb(67,22,59); }

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

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

 span { border-color: rgb(67,22,59); }

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