Html Css Color HEX #421039 Mardi Gras

📋 copy color: '#421039'

red 66 ◦ green 16 ◦ blue 57

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

Shades of Mardi Gras #421039

Tints of Mardi Gras #421039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.51%

 BLUE value IS 57 (22.66% from 255) = 41.01%

R = 47.48%
G = 11.51%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#421039 (or 0x421039) is known color: Mardi Gras. HEX triplet: 42, 10 and 39. RGB value is (66,16,57). Sum of RGB (Red+Green+Blue) = 66+16+57=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #421039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421039 is #BDEFC6. Grayscale: #232323. Windows color (decimal): -12447687 or 3739714. OLE color: 3739714.

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

Color convert

RGB 66 16 57 -
CMYK 0 0.76 0.14 0.74
HSL 310.8º 0.61% 0.16% -
HSV(B) 310.8º 0.76% 0.26% -
XYZ 3.17 1.82 4.06 -
YUV 35.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 66 16 57 0 0.76 0.14 0.74 310.8 0.61 0.16
Hex 42 10 39 0 4C E 4A 137 3D 10
Octal 102 20 71 0 114 16 112 467 75 20
Binary 1000010 10000 111001 0 1001100 1110 1001010 100110111 111101 10000

Color Harmonies of #421039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421039

Black with #421039

Text Example


Text Example

White with #421039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421039; }

 p { color: rgb(66,16,57); }

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

background-color css

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

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

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

border-color css

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

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

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