Html Css Color HEX #431A40 Mardi Gras

📋 copy color: '#431A40'

red 67 ◦ green 26 ◦ blue 64

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

Shades of Mardi Gras #431A40

Tints of Mardi Gras #431A40

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.56%

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

R = 42.68%
G = 16.56%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#431A40 (or 0x431A40) is known color: Mardi Gras. HEX triplet: 43, 1A and 40. RGB value is (67,26,64). Sum of RGB (Red+Green+Blue) = 67+26+64=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 67 - color contains mainly: red. Hex color #431A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A40 is #BCE5BF. Grayscale: #2A2A2A. Windows color (decimal): -12379584 or 4201027. OLE color: 4201027.

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

Color convert

RGB 67 26 64 -
CMYK 0 0.61 0.04 0.74
HSL 304.39º 0.44% 0.18% -
HSV(B) 304.39º 0.61% 0.26% -
XYZ 3.61 2.3 5.1 -
YUV 42.59 140.08 145.41 -
System Red Green Blue C M Y K H S L
Decimal 67 26 64 0 0.61 0.04 0.74 304.39 0.44 0.18
Hex 43 1A 40 0 3D 4 4A 130 2C 12
Octal 103 32 100 0 75 4 112 460 54 22
Binary 1000011 11010 1000000 0 111101 100 1001010 100110000 101100 10010

Color Harmonies of #431A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431A40

Black with #431A40

Text Example


Text Example

White with #431A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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