Html Css Color HEX #431142 Mardi Gras

📋 copy color: '#431142'

red 67 ◦ green 17 ◦ blue 66

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

Shades of Mardi Gras #431142

Tints of Mardi Gras #431142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 44%

R = 44.67%
G = 11.33%
B = 44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#431142 (or 0x431142) is known color: Mardi Gras. HEX triplet: 43, 11 and 42. RGB value is (67,17,66). Sum of RGB (Red+Green+Blue) = 67+17+66=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 67 - color contains mainly: red. Hex color #431142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431142 is #BCEEBD. Grayscale: #252525. Windows color (decimal): -12381886 or 4329795. OLE color: 4329795.

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

Color convert

RGB 67 17 66 -
CMYK 0 0.75 0.01 0.74
HSL 301.2º 0.6% 0.16% -
HSV(B) 301.2º 0.75% 0.26% -
XYZ 3.5 1.99 5.35 -
YUV 37.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 67 17 66 0 0.75 0.01 0.74 301.2 0.6 0.16
Hex 43 11 42 0 4B 1 4A 12D 3C 10
Octal 103 21 102 0 113 1 112 455 74 20
Binary 1000011 10001 1000010 0 1001011 1 1001010 100101101 111100 10000

Color Harmonies of #431142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431142

Black with #431142

Text Example


Text Example

White with #431142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431142; }

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

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

background-color css

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

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

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

border-color css

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

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

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