#420B48

Color #420B48 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #420B48

Tints of Mardi Gras #420B48

Color information

#420B48 (or 0x420B48) is unknown color: approx Mardi Gras. HEX triplet: 42, 0B and 48. RGB value is (66,11,72). Sum of RGB (Red+Green+Blue) = 66+11+72=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #420B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420B48 is #BDF4B7. Grayscale: #222222. Windows color (decimal): -12448952 or 4721474. OLE color: 4721474.

HSL color Cylindrical-coordinate representation of color #420B48: hue angle of 294.1º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #420B48 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB661172-
CMYK0.080.8500.72
HSL294.1º73.49%16.27%-
HSV(B)294.1º84.72%28.24%-
XYZ3.541.876.3-
YUV34.4149.22150.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 11 (4.69% from 255) = 7.38%
BLUE value IS 72 (28.52% from 255) = 48.32%
R=44.30%
G=7.38%
B=48.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6611720.080.8500.72294.173.4916.27
Hex42B488550481264910
Octal1021311010125011044611120
Binary1000010101110010001000101010101001000100100110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #420B48;
 }
 .AnyTagClassName
 {
   color: #420B48;
 }
</style>
background-color css

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

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

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

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

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

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