Html Css Color HEX #431E40 Mardi Gras

📋 copy color: '#431E40'

red 67 ◦ green 30 ◦ blue 64

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

Shades of Mardi Gras #431E40

Tints of Mardi Gras #431E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.63%

 BLUE value IS 64 (25.39% from 255) = 39.75%

R = 41.61%
G = 18.63%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#431E40 (or 0x431E40) is known color: Mardi Gras. HEX triplet: 43, 1E and 40. RGB value is (67,30,64). Sum of RGB (Red+Green+Blue) = 67+30+64=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 67 - color contains mainly: red. Hex color #431E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431E40 is #BCE1BF. Grayscale: #2C2C2C. Windows color (decimal): -12378560 or 4202051. OLE color: 4202051.

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

Color convert

RGB 67 30 64 -
CMYK 0 0.55 0.04 0.74
HSL 304.86º 0.38% 0.19% -
HSV(B) 304.86º 0.55% 0.26% -
XYZ 3.7 2.49 5.14 -
YUV 44.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 67 30 64 0 0.55 0.04 0.74 304.86 0.38 0.19
Hex 43 1E 40 0 37 4 4A 131 26 13
Octal 103 36 100 0 67 4 112 461 46 23
Binary 1000011 11110 1000000 0 110111 100 1001010 100110001 100110 10011

Color Harmonies of #431E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431E40

Black with #431E40

Text Example


Text Example

White with #431E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,30,64); }

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

background-color css

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

 a { background-color: rgb(67,30,64); }

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

border-color css

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

 span { border-color: rgb(67,30,64); }

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