Html Css Color HEX #421B3E Mardi Gras

📋 copy color: '#421B3E'

red 66 ◦ green 27 ◦ blue 62

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

Shades of Mardi Gras #421B3E

Tints of Mardi Gras #421B3E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.42%

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

R = 42.58%
G = 17.42%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#421B3E (or 0x421B3E) is known color: Mardi Gras. HEX triplet: 42, 1B and 3E. RGB value is (66,27,62). Sum of RGB (Red+Green+Blue) = 66+27+62=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #421B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B3E is #BDE4C1. Grayscale: #2A2A2A. Windows color (decimal): -12444866 or 4070210. OLE color: 4070210.

HSL color Cylindrical-coordinate representation of color #421B3E: hue angle of 306.15º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #421B3E is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 27 62 -
CMYK 0 0.59 0.06 0.74
HSL 306.15º 0.42% 0.18% -
HSV(B) 306.15º 0.59% 0.26% -
XYZ 3.51 2.29 4.81 -
YUV 42.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 66 27 62 0 0.59 0.06 0.74 306.15 0.42 0.18
Hex 42 1B 3E 0 3B 6 4A 132 2A 12
Octal 102 33 76 0 73 6 112 462 52 22
Binary 1000010 11011 111110 0 111011 110 1001010 100110010 101010 10010

Color Harmonies of #421B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B3E

Black with #421B3E

Text Example


Text Example

White with #421B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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