#431D3D

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

Shades of Mardi Gras #431D3D

Tints of Mardi Gras #431D3D

Color information

#431D3D (or 0x431D3D) is unknown color: approx Mardi Gras. HEX triplet: 43, 1D and 3D. RGB value is (67,29,61). Sum of RGB (Red+Green+Blue) = 67+29+61=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 67 - color contains mainly: red. Hex color #431D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D3D is #BCE2C2. Grayscale: #2B2B2B. Windows color (decimal): -12378819 or 4005187. OLE color: 4005187.

HSL color Cylindrical-coordinate representation of color #431D3D: hue angle of 309.47º 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 #431D3D is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB672961-
CMYK00.570.090.74
HSL309.47º39.58%18.82%-
HSV(B)309.47º56.72%26.27%-
XYZ3.62.414.69-
YUV44.01137.59144.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.68%
GREEN value IS 29 (11.72% from 255) = 18.47%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=42.68%
G=18.47%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67296100.570.090.74309.4739.5818.82
Hex431D3D03994A1352813
Octal1033575071111124655023
Binary10000111110111110101110011001100101010011010110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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