Html Css Color HEX #421242 Mardi Gras

📋 copy color: '#421242'

red 66 ◦ green 18 ◦ blue 66

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

Shades of Mardi Gras #421242

Tints of Mardi Gras #421242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12%

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

R = 44%
G = 12%
B = 44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#421242 (or 0x421242) is known color: Mardi Gras. HEX triplet: 42, 12 and 42. RGB value is (66,18,66). Sum of RGB (Red+Green+Blue) = 66+18+66=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 66 - color contains mainly: red, blue. Hex color #421242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421242 is #BDEDBD. Grayscale: #252525. Windows color (decimal): -12447166 or 4330050. OLE color: 4330050.

HSL color Cylindrical-coordinate representation of color #421242: hue angle of 300º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #421242 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 18 66 -
CMYK 0 0.73 0 0.74
HSL 300º 0.57% 0.16% -
HSV(B) 300º 0.73% 0.26% -
XYZ 3.45 1.98 5.36 -
YUV 37.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 66 18 66 0 0.73 0 0.74 300 0.57 0.16
Hex 42 12 42 0 49 0 4A 12C 39 10
Octal 102 22 102 0 111 0 112 454 71 20
Binary 1000010 10010 1000010 0 1001001 0 1001010 100101100 111001 10000

Color Harmonies of #421242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421242

Black with #421242

Text Example


Text Example

White with #421242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421242; }

 p { color: rgb(66,18,66); }

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

background-color css

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

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

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

border-color css

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

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

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