Html Css Color HEX #421F45 Mardi Gras

📋 copy color: '#421F45'

red 66 ◦ green 31 ◦ blue 69

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

Shades of Mardi Gras #421F45

Tints of Mardi Gras #421F45

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.67%

 BLUE value IS 69 (27.34% from 255) = 41.57%

R = 39.76%
G = 18.67%
B = 41.57%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#421F45 (or 0x421F45) is known color: Mardi Gras. HEX triplet: 42, 1F and 45. RGB value is (66,31,69). Sum of RGB (Red+Green+Blue) = 66+31+69=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 69 - color contains mainly: blue. Hex color #421F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F45 is #BDE0BA. Grayscale: #2D2D2D. Windows color (decimal): -12443835 or 4529986. OLE color: 4529986.

HSL color Cylindrical-coordinate representation of color #421F45: hue angle of 295.26º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #421F45 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 31 69 -
CMYK 0.04 0.55 0 0.73
HSL 295.26º 0.38% 0.2% -
HSV(B) 295.26º 0.55% 0.27% -
XYZ 3.81 2.57 5.93 -
YUV 45.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 66 31 69 0.04 0.55 0 0.73 295.26 0.38 0.2
Hex 42 1F 45 4 37 0 49 127 26 14
Octal 102 37 105 4 67 0 111 447 46 24
Binary 1000010 11111 1000101 100 110111 0 1001001 100100111 100110 10100

Color Harmonies of #421F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F45

Black with #421F45

Text Example


Text Example

White with #421F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,31,69); }

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

background-color css

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

 a { background-color: rgb(66,31,69); }

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

border-color css

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

 span { border-color: rgb(66,31,69); }

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