Html Css Color HEX #421E3E Mardi Gras

📋 copy color: '#421E3E'

red 66 ◦ green 30 ◦ blue 62

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

Shades of Mardi Gras #421E3E

Tints of Mardi Gras #421E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 39.24%

R = 41.77%
G = 18.99%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#421E3E (or 0x421E3E) is known color: Mardi Gras. HEX triplet: 42, 1E and 3E. RGB value is (66,30,62). Sum of RGB (Red+Green+Blue) = 66+30+62=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #421E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E3E is #BDE1C1. Grayscale: #2C2C2C. Windows color (decimal): -12444098 or 4070978. OLE color: 4070978.

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

Color convert

RGB 66 30 62 -
CMYK 0 0.55 0.06 0.74
HSL 306.67º 0.38% 0.19% -
HSV(B) 306.67º 0.55% 0.26% -
XYZ 3.58 2.43 4.84 -
YUV 44.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 66 30 62 0 0.55 0.06 0.74 306.67 0.38 0.19
Hex 42 1E 3E 0 37 6 4A 133 26 13
Octal 102 36 76 0 67 6 112 463 46 23
Binary 1000010 11110 111110 0 110111 110 1001010 100110011 100110 10011

Color Harmonies of #421E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E3E

Black with #421E3E

Text Example


Text Example

White with #421E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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