Html Css Color HEX #421B3C Mardi Gras

📋 copy color: '#421B3C'

red 66 ◦ green 27 ◦ blue 60

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

Shades of Mardi Gras #421B3C

Tints of Mardi Gras #421B3C

RGB

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

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

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

R = 43.14%
G = 17.65%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#421B3C (or 0x421B3C) is known color: Mardi Gras. HEX triplet: 42, 1B and 3C. RGB value is (66,27,60). Sum of RGB (Red+Green+Blue) = 66+27+60=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #421B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B3C is #BDE4C3. Grayscale: #2A2A2A. Windows color (decimal): -12444868 or 3939138. OLE color: 3939138.

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

Color convert

RGB 66 27 60 -
CMYK 0 0.59 0.09 0.74
HSL 309.23º 0.42% 0.18% -
HSV(B) 309.23º 0.59% 0.26% -
XYZ 3.45 2.27 4.53 -
YUV 42.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 66 27 60 0 0.59 0.09 0.74 309.23 0.42 0.18
Hex 42 1B 3C 0 3B 9 4A 135 2A 12
Octal 102 33 74 0 73 11 112 465 52 22
Binary 1000010 11011 111100 0 111011 1001 1001010 100110101 101010 10010

Color Harmonies of #421B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B3C

Black with #421B3C

Text Example


Text Example

White with #421B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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