Html Css Color HEX #421544 Mardi Gras

📋 copy color: '#421544'

red 66 ◦ green 21 ◦ blue 68

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

Shades of Mardi Gras #421544

Tints of Mardi Gras #421544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 43.87%

R = 42.58%
G = 13.55%
B = 43.87%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#421544 (or 0x421544) is known color: Mardi Gras. HEX triplet: 42, 15 and 44. RGB value is (66,21,68). Sum of RGB (Red+Green+Blue) = 66+21+68=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 68 - color contains mainly: blue. Hex color #421544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421544 is #BDEABB. Grayscale: #272727. Windows color (decimal): -12446396 or 4461890. OLE color: 4461890.

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

Color convert

RGB 66 21 68 -
CMYK 0.03 0.69 0 0.73
HSL 297.45º 0.53% 0.17% -
HSV(B) 297.45º 0.69% 0.27% -
XYZ 3.56 2.11 5.69 -
YUV 39.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 66 21 68 0.03 0.69 0 0.73 297.45 0.53 0.17
Hex 42 15 44 3 45 0 49 129 35 11
Octal 102 25 104 3 105 0 111 451 65 21
Binary 1000010 10101 1000100 11 1000101 0 1001001 100101001 110101 10001

Color Harmonies of #421544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421544

Black with #421544

Text Example


Text Example

White with #421544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421544; }

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

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

background-color css

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

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

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

border-color css

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

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

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