Html Css Color HEX #421E3D Mardi Gras

📋 copy color: '#421E3D'

red 66 ◦ green 30 ◦ blue 61

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

Shades of Mardi Gras #421E3D

Tints of Mardi Gras #421E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 38.85%

R = 42.04%
G = 19.11%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#421E3D (or 0x421E3D) is known color: Mardi Gras. HEX triplet: 42, 1E and 3D. RGB value is (66,30,61). Sum of RGB (Red+Green+Blue) = 66+30+61=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #421E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E3D is #BDE1C2. Grayscale: #2C2C2C. Windows color (decimal): -12444099 or 4005442. OLE color: 4005442.

HSL color Cylindrical-coordinate representation of color #421E3D: hue angle of 308.33º 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 #421E3D is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 30 61 -
CMYK 0 0.55 0.08 0.74
HSL 308.33º 0.38% 0.19% -
HSV(B) 308.33º 0.55% 0.26% -
XYZ 3.55 2.42 4.7 -
YUV 44.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 66 30 61 0 0.55 0.08 0.74 308.33 0.38 0.19
Hex 42 1E 3D 0 37 8 4A 134 26 13
Octal 102 36 75 0 67 10 112 464 46 23
Binary 1000010 11110 111101 0 110111 1000 1001010 100110100 100110 10011

Color Harmonies of #421E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E3D

Black with #421E3D

Text Example


Text Example

White with #421E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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