#420F3B

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

Shades of Mardi Gras #420F3B

Tints of Mardi Gras #420F3B

Color information

#420F3B (or 0x420F3B) is unknown color: approx Mardi Gras. HEX triplet: 42, 0F and 3B. RGB value is (66,15,59). Sum of RGB (Red+Green+Blue) = 66+15+59=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #420F3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F3B is #BDF0C4. Grayscale: #232323. Windows color (decimal): -12447941 or 3870530. OLE color: 3870530.

HSL color Cylindrical-coordinate representation of color #420F3B: hue angle of 308.24º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #420F3B is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB661559-
CMYK00.770.110.74
HSL308.24º62.96%15.88%-
HSV(B)308.24º77.27%25.88%-
XYZ3.211.824.32-
YUV35.26141.4149.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 15 (6.25% from 255) = 10.71%
BLUE value IS 59 (23.44% from 255) = 42.14%
R=47.14%
G=10.71%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66155900.770.110.74308.2462.9615.88
Hex42F3B04DB4A1343f10
Octal10217730115131124647720
Binary10000101111111011010011011011100101010011010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,15,59); }

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

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

 a { background-color: rgb(66,15,59); }

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

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

 span { border-color: rgb(66,15,59); }

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