Html Css Color HEX #421546 Mardi Gras

📋 copy color: '#421546'

red 66 ◦ green 21 ◦ blue 70

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

Shades of Mardi Gras #421546

Tints of Mardi Gras #421546

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.38%

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

R = 42.04%
G = 13.38%
B = 44.59%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#421546 (or 0x421546) is known color: Mardi Gras. HEX triplet: 42, 15 and 46. RGB value is (66,21,70). Sum of RGB (Red+Green+Blue) = 66+21+70=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 70 - color contains mainly: blue. Hex color #421546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421546 is #BDEAB9. Grayscale: #272727. Windows color (decimal): -12446394 or 4592962. OLE color: 4592962.

HSL color Cylindrical-coordinate representation of color #421546: hue angle of 295.1º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421546 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 21 70 -
CMYK 0.06 0.70 0 0.73
HSL 295.1º 0.54% 0.18% -
HSV(B) 295.1º 0.7% 0.27% -
XYZ 3.62 2.14 6.02 -
YUV 40.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 66 21 70 0.06 0.70 0 0.73 295.1 0.54 0.18
Hex 42 15 46 6 46 0 49 127 36 12
Octal 102 25 106 6 106 0 111 447 66 22
Binary 1000010 10101 1000110 110 1000110 0 1001001 100100111 110110 10010

Color Harmonies of #421546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421546

Black with #421546

Text Example


Text Example

White with #421546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421546; }

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

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

background-color css

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

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

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

border-color css

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

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

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