Html Css Color HEX #421146 Mardi Gras

📋 copy color: '#421146'

red 66 ◦ green 17 ◦ blue 70

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

Shades of Mardi Gras #421146

Tints of Mardi Gras #421146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 45.75%

R = 43.14%
G = 11.11%
B = 45.75%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#421146 (or 0x421146) is known color: Mardi Gras. HEX triplet: 42, 11 and 46. RGB value is (66,17,70). Sum of RGB (Red+Green+Blue) = 66+17+70=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 70 - color contains mainly: blue. Hex color #421146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421146 is #BDEEB9. Grayscale: #252525. Windows color (decimal): -12447418 or 4591938. OLE color: 4591938.

HSL color Cylindrical-coordinate representation of color #421146: hue angle of 295.47º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421146 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 17 70 -
CMYK 0.06 0.76 0 0.73
HSL 295.47º 0.61% 0.17% -
HSV(B) 295.47º 0.76% 0.27% -
XYZ 3.55 2 5.99 -
YUV 37.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 66 17 70 0.06 0.76 0 0.73 295.47 0.61 0.17
Hex 42 11 46 6 4C 0 49 127 3D 11
Octal 102 21 106 6 114 0 111 447 75 21
Binary 1000010 10001 1000110 110 1001100 0 1001001 100100111 111101 10001

Color Harmonies of #421146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421146

Black with #421146

Text Example


Text Example

White with #421146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421146; }

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

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

background-color css

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

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

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

border-color css

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

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

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