Html Css Color HEX #421643 Mardi Gras

📋 copy color: '#421643'

red 66 ◦ green 22 ◦ blue 67

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

Shades of Mardi Gras #421643

Tints of Mardi Gras #421643

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.19%

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

R = 42.58%
G = 14.19%
B = 43.23%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#421643 (or 0x421643) is known color: Mardi Gras. HEX triplet: 42, 16 and 43. RGB value is (66,22,67). Sum of RGB (Red+Green+Blue) = 66+22+67=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 67 - color contains mainly: blue. Hex color #421643 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421643 is #BDE9BC. Grayscale: #282828. Windows color (decimal): -12446141 or 4396610. OLE color: 4396610.

HSL color Cylindrical-coordinate representation of color #421643: hue angle of 298.67º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #421643 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 22 67 -
CMYK 0.01 0.67 0 0.74
HSL 298.67º 0.51% 0.17% -
HSV(B) 298.67º 0.67% 0.26% -
XYZ 3.55 2.14 5.54 -
YUV 40.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 66 22 67 0.01 0.67 0 0.74 298.67 0.51 0.17
Hex 42 16 43 1 43 0 4A 12B 33 11
Octal 102 26 103 1 103 0 112 453 63 21
Binary 1000010 10110 1000011 1 1000011 0 1001010 100101011 110011 10001

Color Harmonies of #421643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421643

Black with #421643

Text Example


Text Example

White with #421643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421643; }

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

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

background-color css

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

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

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

border-color css

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

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

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