Html Css Color HEX #431D41 Mardi Gras

📋 copy color: '#431D41'

red 67 ◦ green 29 ◦ blue 65

#431D41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #431D41

Tints of Mardi Gras #431D41

RGB

 RED value IS 67 (26.56% from 255) = 41.61%

 GREEN value IS 29 (11.72% from 255) = 18.01%

 BLUE value IS 65 (25.78% from 255) = 40.37%

R = 41.61%
G = 18.01%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#431D41 (or 0x431D41) is known color: Mardi Gras. HEX triplet: 43, 1D and 41. RGB value is (67,29,65). Sum of RGB (Red+Green+Blue) = 67+29+65=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 67 - color contains mainly: red. Hex color #431D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D41 is #BCE2BE. Grayscale: #2C2C2C. Windows color (decimal): -12378815 or 4267331. OLE color: 4267331.

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

Color convert

RGB 67 29 65 -
CMYK 0 0.57 0.03 0.74
HSL 303.16º 0.4% 0.19% -
HSV(B) 303.16º 0.57% 0.26% -
XYZ 3.71 2.45 5.28 -
YUV 44.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 67 29 65 0 0.57 0.03 0.74 303.16 0.4 0.19
Hex 43 1D 41 0 39 3 4A 12F 28 13
Octal 103 35 101 0 71 3 112 457 50 23
Binary 1000011 11101 1000001 0 111001 11 1001010 100101111 101000 10011

Color Harmonies of #431D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D41

Black with #431D41

Text Example


Text Example

White with #431D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #431D41;
 }
 .AnyTagClassName
 {
   color: #431D41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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