#43193C

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

Shades of Mardi Gras #43193C

Tints of Mardi Gras #43193C

Color information

#43193C (or 0x43193C) is unknown color: approx Mardi Gras. HEX triplet: 43, 19 and 3C. RGB value is (67,25,60). Sum of RGB (Red+Green+Blue) = 67+25+60=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #43193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43193C is #BCE6C3. Grayscale: #292929. Windows color (decimal): -12379844 or 3938627. OLE color: 3938627.

HSL color Cylindrical-coordinate representation of color #43193C: hue angle of 310º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43193C is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB672560-
CMYK00.630.100.74
HSL310º45.65%18.04%-
HSV(B)310º62.69%26.27%-
XYZ3.482.214.52-
YUV41.55138.41146.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 25 (10.16% from 255) = 16.45%
BLUE value IS 60 (23.83% from 255) = 39.47%
R=44.08%
G=16.45%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67256000.630.100.7431045.6518.04
Hex43193C03FA4A1362e12
Octal1033174077121124665622
Binary10000111100111110001111111010100101010011011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43193C; }

 p { color: rgb(67,25,60); }

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

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

 a { background-color: rgb(67,25,60); }

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

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

 span { border-color: rgb(67,25,60); }

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