Html Css Color HEX #431D42 Mardi Gras

📋 copy color: '#431D42'

red 67 ◦ green 29 ◦ blue 66

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

Shades of Mardi Gras #431D42

Tints of Mardi Gras #431D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 40.74%

R = 41.36%
G = 17.9%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#431D42 (or 0x431D42) is known color: Mardi Gras. HEX triplet: 43, 1D and 42. RGB value is (67,29,66). Sum of RGB (Red+Green+Blue) = 67+29+66=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 67 - color contains mainly: red. Hex color #431D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D42 is #BCE2BD. Grayscale: #2C2C2C. Windows color (decimal): -12378814 or 4332867. OLE color: 4332867.

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

Color convert

RGB 67 29 66 -
CMYK 0 0.57 0.01 0.74
HSL 301.58º 0.4% 0.19% -
HSV(B) 301.58º 0.57% 0.26% -
XYZ 3.74 2.47 5.43 -
YUV 44.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 67 29 66 0 0.57 0.01 0.74 301.58 0.4 0.19
Hex 43 1D 42 0 39 1 4A 12E 28 13
Octal 103 35 102 0 71 1 112 456 50 23
Binary 1000011 11101 1000010 0 111001 1 1001010 100101110 101000 10011

Color Harmonies of #431D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D42

Black with #431D42

Text Example


Text Example

White with #431D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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