Html Css Color HEX #421143 Mardi Gras

📋 copy color: '#421143'

red 66 ◦ green 17 ◦ blue 67

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

Shades of Mardi Gras #421143

Tints of Mardi Gras #421143

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

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

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

Color convert

RGB 66 17 67 -
CMYK 0.01 0.75 0 0.74
HSL 298.8º 0.6% 0.16% -
HSV(B) 298.8º 0.75% 0.26% -
XYZ 3.46 1.96 5.51 -
YUV 37.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 66 17 67 0.01 0.75 0 0.74 298.8 0.6 0.16
Hex 42 11 43 1 4B 0 4A 12B 3C 10
Octal 102 21 103 1 113 0 112 453 74 20
Binary 1000010 10001 1000011 1 1001011 0 1001010 100101011 111100 10000

Color Harmonies of #421143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421143

Black with #421143

Text Example


Text Example

White with #421143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421143; }

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

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

background-color css

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

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

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

border-color css

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

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

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