Html Css Color HEX #431340 Mardi Gras

📋 copy color: '#431340'

red 67 ◦ green 19 ◦ blue 64

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

Shades of Mardi Gras #431340

Tints of Mardi Gras #431340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.67%

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

R = 44.67%
G = 12.67%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#431340 (or 0x431340) is known color: Mardi Gras. HEX triplet: 43, 13 and 40. RGB value is (67,19,64). Sum of RGB (Red+Green+Blue) = 67+19+64=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 67 - color contains mainly: red. Hex color #431340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431340 is #BCECBF. Grayscale: #262626. Windows color (decimal): -12381376 or 4199235. OLE color: 4199235.

HSL color Cylindrical-coordinate representation of color #431340: hue angle of 303.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431340 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 19 64 -
CMYK 0 0.72 0.04 0.74
HSL 303.75º 0.56% 0.17% -
HSV(B) 303.75º 0.72% 0.26% -
XYZ 3.47 2.03 5.06 -
YUV 38.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 67 19 64 0 0.72 0.04 0.74 303.75 0.56 0.17
Hex 43 13 40 0 48 4 4A 130 38 11
Octal 103 23 100 0 110 4 112 460 70 21
Binary 1000011 10011 1000000 0 1001000 100 1001010 100110000 111000 10001

Color Harmonies of #431340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431340

Black with #431340

Text Example


Text Example

White with #431340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431340; }

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

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

background-color css

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

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

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

border-color css

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

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

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