Html Css Color HEX #421E3C Mardi Gras

📋 copy color: '#421E3C'

red 66 ◦ green 30 ◦ blue 60

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

Shades of Mardi Gras #421E3C

Tints of Mardi Gras #421E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.23%

 BLUE value IS 60 (23.83% from 255) = 38.46%

R = 42.31%
G = 19.23%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#421E3C (or 0x421E3C) is known color: Mardi Gras. HEX triplet: 42, 1E and 3C. RGB value is (66,30,60). Sum of RGB (Red+Green+Blue) = 66+30+60=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #421E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E3C is #BDE1C3. Grayscale: #2C2C2C. Windows color (decimal): -12444100 or 3939906. OLE color: 3939906.

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

Color convert

RGB 66 30 60 -
CMYK 0 0.55 0.09 0.74
HSL 310º 0.38% 0.19% -
HSV(B) 310º 0.55% 0.26% -
XYZ 3.53 2.41 4.55 -
YUV 44.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 66 30 60 0 0.55 0.09 0.74 310 0.38 0.19
Hex 42 1E 3C 0 37 9 4A 136 26 13
Octal 102 36 74 0 67 11 112 466 46 23
Binary 1000010 11110 111100 0 110111 1001 1001010 100110110 100110 10011

Color Harmonies of #421E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E3C

Black with #421E3C

Text Example


Text Example

White with #421E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,30,60); }

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

background-color css

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

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

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

border-color css

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

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

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