Html Css Color HEX #421D3F Mardi Gras

📋 copy color: '#421D3F'

red 66 ◦ green 29 ◦ blue 63

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

Shades of Mardi Gras #421D3F

Tints of Mardi Gras #421D3F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.35%

 BLUE value IS 63 (25% from 255) = 39.87%

R = 41.77%
G = 18.35%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#421D3F (or 0x421D3F) is known color: Mardi Gras. HEX triplet: 42, 1D and 3F. RGB value is (66,29,63). Sum of RGB (Red+Green+Blue) = 66+29+63=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #421D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D3F is #BDE2C0. Grayscale: #2B2B2B. Windows color (decimal): -12444353 or 4136258. OLE color: 4136258.

HSL color Cylindrical-coordinate representation of color #421D3F: hue angle of 304.86º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #421D3F is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 29 63 -
CMYK 0 0.56 0.05 0.74
HSL 304.86º 0.39% 0.19% -
HSV(B) 304.86º 0.56% 0.26% -
XYZ 3.58 2.4 4.98 -
YUV 43.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 66 29 63 0 0.56 0.05 0.74 304.86 0.39 0.19
Hex 42 1D 3F 0 38 5 4A 131 27 13
Octal 102 35 77 0 70 5 112 461 47 23
Binary 1000010 11101 111111 0 111000 101 1001010 100110001 100111 10011

Color Harmonies of #421D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D3F

Black with #421D3F

Text Example


Text Example

White with #421D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421D3F; }

 p { color: rgb(66,29,63); }

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

background-color css

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

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

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

border-color css

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

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

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