Html Css Color HEX #421145 Mardi Gras

📋 copy color: '#421145'

red 66 ◦ green 17 ◦ blue 69

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

Shades of Mardi Gras #421145

Tints of Mardi Gras #421145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.18%

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

R = 43.42%
G = 11.18%
B = 45.39%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#421145 (or 0x421145) is known color: Mardi Gras. HEX triplet: 42, 11 and 45. RGB value is (66,17,69). Sum of RGB (Red+Green+Blue) = 66+17+69=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 69 (27.34% from 255 or 45.39% from 152); Max value from RGB is 69 - color contains mainly: blue. Hex color #421145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421145 is #BDEEBA. Grayscale: #252525. Windows color (decimal): -12447419 or 4526402. OLE color: 4526402.

HSL color Cylindrical-coordinate representation of color #421145: hue angle of 296.54º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421145 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 17 69 -
CMYK 0.04 0.75 0 0.73
HSL 296.54º 0.6% 0.17% -
HSV(B) 296.54º 0.75% 0.27% -
XYZ 3.52 1.99 5.83 -
YUV 37.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 66 17 69 0.04 0.75 0 0.73 296.54 0.6 0.17
Hex 42 11 45 4 4B 0 49 129 3C 11
Octal 102 21 105 4 113 0 111 451 74 21
Binary 1000010 10001 1000101 100 1001011 0 1001001 100101001 111100 10001

Color Harmonies of #421145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421145

Black with #421145

Text Example


Text Example

White with #421145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421145; }

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

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

background-color css

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

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

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

border-color css

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

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

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