#420745

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

Shades of Mardi Gras #420745

Tints of Mardi Gras #420745

Color information

#420745 (or 0x420745) is unknown color: approx Mardi Gras. HEX triplet: 42, 07 and 45. RGB value is (66,7,69). Sum of RGB (Red+Green+Blue) = 66+7+69=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #420745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420745 is #BDF8BA. Grayscale: #1F1F1F. Windows color (decimal): -12449979 or 4523842. OLE color: 4523842.

HSL color Cylindrical-coordinate representation of color #420745: hue angle of 297.1º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #420745 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB66769-
CMYK0.040.9000.73
HSL297.1º81.58%14.9%-
HSV(B)297.1º89.86%27.06%-
XYZ3.41.745.79-
YUV31.71149.05152.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.48%
GREEN value IS 7 (3.12% from 255) = 4.93%
BLUE value IS 69 (27.34% from 255) = 48.59%
R=46.48%
G=4.93%
B=48.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal667690.040.9000.73297.181.5814.9
Hex4274545A04912952f
Octal10271054132011145112217
Binary1000010111100010110010110100100100110010100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420745; }

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

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

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

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

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

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

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

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