#431D3E

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

Shades of Mardi Gras #431D3E

Tints of Mardi Gras #431D3E

Color information

#431D3E (or 0x431D3E) is unknown color: approx Mardi Gras. HEX triplet: 43, 1D and 3E. RGB value is (67,29,62). Sum of RGB (Red+Green+Blue) = 67+29+62=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 67 - color contains mainly: red. Hex color #431D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D3E is #BCE2C1. Grayscale: #2C2C2C. Windows color (decimal): -12378818 or 4070723. OLE color: 4070723.

HSL color Cylindrical-coordinate representation of color #431D3E: hue angle of 307.89º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D3E is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.74.

Color convert

RGB672962-
CMYK00.570.070.74
HSL307.89º39.58%18.82%-
HSV(B)307.89º56.72%26.27%-
XYZ3.622.424.83-
YUV44.12138.09144.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.41%
GREEN value IS 29 (11.72% from 255) = 18.35%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=42.41%
G=18.35%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67296200.570.070.74307.8939.5818.82
Hex431D3E03974A1342813
Octal103357607171124645023
Binary1000011111011111100111001111100101010011010010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431D3E; }

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

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

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

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

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

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

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

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