Html Css Color HEX #431140 Mardi Gras

📋 copy color: '#431140'

red 67 ◦ green 17 ◦ blue 64

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

Shades of Mardi Gras #431140

Tints of Mardi Gras #431140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.49%

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

R = 45.27%
G = 11.49%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#431140 (or 0x431140) is known color: Mardi Gras. HEX triplet: 43, 11 and 40. RGB value is (67,17,64). Sum of RGB (Red+Green+Blue) = 67+17+64=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 67 - color contains mainly: red. Hex color #431140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431140 is #BCEEBF. Grayscale: #252525. Windows color (decimal): -12381888 or 4198723. OLE color: 4198723.

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

Color convert

RGB 67 17 64 -
CMYK 0 0.75 0.04 0.74
HSL 303.6º 0.6% 0.16% -
HSV(B) 303.6º 0.75% 0.26% -
XYZ 3.44 1.96 5.05 -
YUV 37.31 143.07 149.18 -
System Red Green Blue C M Y K H S L
Decimal 67 17 64 0 0.75 0.04 0.74 303.6 0.6 0.16
Hex 43 11 40 0 4B 4 4A 130 3C 10
Octal 103 21 100 0 113 4 112 460 74 20
Binary 1000011 10001 1000000 0 1001011 100 1001010 100110000 111100 10000

Color Harmonies of #431140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431140

Black with #431140

Text Example


Text Example

White with #431140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431140; }

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

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

background-color css

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

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

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

border-color css

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

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

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