Html Css Color HEX #420B45 Mardi Gras

📋 copy color: '#420B45'

red 66 ◦ green 11 ◦ blue 69

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

Shades of Mardi Gras #420B45

Tints of Mardi Gras #420B45

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.53%

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

R = 45.21%
G = 7.53%
B = 47.26%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#420B45 (or 0x420B45) is known color: Mardi Gras. HEX triplet: 42, 0B and 45. RGB value is (66,11,69). Sum of RGB (Red+Green+Blue) = 66+11+69=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 69 - color contains mainly: blue. Hex color #420B45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420B45 is #BDF4BA. Grayscale: #212121. Windows color (decimal): -12448955 or 4524866. OLE color: 4524866.

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

Color convert

RGB 66 11 69 -
CMYK 0.04 0.84 0 0.73
HSL 296.9º 0.73% 0.16% -
HSV(B) 296.9º 0.84% 0.27% -
XYZ 3.44 1.83 5.8 -
YUV 34.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 66 11 69 0.04 0.84 0 0.73 296.9 0.73 0.16
Hex 42 B 45 4 54 0 49 129 48 10
Octal 102 13 105 4 124 0 111 451 110 20
Binary 1000010 1011 1000101 100 1010100 0 1001001 100101001 1001000 10000

Color Harmonies of #420B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B45

Black with #420B45

Text Example


Text Example

White with #420B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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