Html Css Color HEX #431C40 Mardi Gras

📋 copy color: '#431C40'

red 67 ◦ green 28 ◦ blue 64

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

Shades of Mardi Gras #431C40

Tints of Mardi Gras #431C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.61%

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

R = 42.14%
G = 17.61%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#431C40 (or 0x431C40) is known color: Mardi Gras. HEX triplet: 43, 1C and 40. RGB value is (67,28,64). Sum of RGB (Red+Green+Blue) = 67+28+64=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 67 - color contains mainly: red. Hex color #431C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C40 is #BCE3BF. Grayscale: #2B2B2B. Windows color (decimal): -12379072 or 4201539. OLE color: 4201539.

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

Color convert

RGB 67 28 64 -
CMYK 0 0.58 0.04 0.74
HSL 304.62º 0.41% 0.19% -
HSV(B) 304.62º 0.58% 0.26% -
XYZ 3.66 2.39 5.12 -
YUV 43.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 67 28 64 0 0.58 0.04 0.74 304.62 0.41 0.19
Hex 43 1C 40 0 3A 4 4A 131 29 13
Octal 103 34 100 0 72 4 112 461 51 23
Binary 1000011 11100 1000000 0 111010 100 1001010 100110001 101001 10011

Color Harmonies of #431C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C40

Black with #431C40

Text Example


Text Example

White with #431C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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