Html Css Color HEX #431141 Mardi Gras

📋 copy color: '#431141'

red 67 ◦ green 17 ◦ blue 65

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

Shades of Mardi Gras #431141

Tints of Mardi Gras #431141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 43.62%

R = 44.97%
G = 11.41%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#431141 (or 0x431141) is known color: Mardi Gras. HEX triplet: 43, 11 and 41. RGB value is (67,17,65). Sum of RGB (Red+Green+Blue) = 67+17+65=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 67 - color contains mainly: red. Hex color #431141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431141 is #BCEEBE. Grayscale: #252525. Windows color (decimal): -12381887 or 4264259. OLE color: 4264259.

HSL color Cylindrical-coordinate representation of color #431141: hue angle of 302.4º 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 #431141 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 17 65 -
CMYK 0 0.75 0.03 0.74
HSL 302.4º 0.6% 0.16% -
HSV(B) 302.4º 0.75% 0.26% -
XYZ 3.47 1.98 5.2 -
YUV 37.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 67 17 65 0 0.75 0.03 0.74 302.4 0.6 0.16
Hex 43 11 41 0 4B 3 4A 12E 3C 10
Octal 103 21 101 0 113 3 112 456 74 20
Binary 1000011 10001 1000001 0 1001011 11 1001010 100101110 111100 10000

Color Harmonies of #431141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431141

Black with #431141

Text Example


Text Example

White with #431141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431141; }

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

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

background-color css

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

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

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

border-color css

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

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

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