Html Css Color HEX #420B40 Mardi Gras

📋 copy color: '#420B40'

red 66 ◦ green 11 ◦ blue 64

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

Shades of Mardi Gras #420B40

Tints of Mardi Gras #420B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 45.39%

R = 46.81%
G = 7.8%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#420B40 (or 0x420B40) is known color: Mardi Gras. HEX triplet: 42, 0B and 40. RGB value is (66,11,64). Sum of RGB (Red+Green+Blue) = 66+11+64=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #420B40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420B40 is #BDF4BF. Grayscale: #212121. Windows color (decimal): -12448960 or 4197186. OLE color: 4197186.

HSL color Cylindrical-coordinate representation of color #420B40: hue angle of 302.18º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #420B40 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 11 64 -
CMYK 0 0.83 0.03 0.74
HSL 302.18º 0.71% 0.15% -
HSV(B) 302.18º 0.83% 0.26% -
XYZ 3.29 1.77 5.02 -
YUV 33.49 145.22 151.19 -
System Red Green Blue C M Y K H S L
Decimal 66 11 64 0 0.83 0.03 0.74 302.18 0.71 0.15
Hex 42 B 40 0 53 3 4A 12E 47 F
Octal 102 13 100 0 123 3 112 456 107 17
Binary 1000010 1011 1000000 0 1010011 11 1001010 100101110 1000111 1111

Color Harmonies of #420B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B40

Black with #420B40

Text Example


Text Example

White with #420B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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