#420B3A

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

Shades of Mardi Gras #420B3A

Tints of Mardi Gras #420B3A

Color information

#420B3A (or 0x420B3A) is unknown color: approx Mardi Gras. HEX triplet: 42, 0B and 3A. RGB value is (66,11,58). Sum of RGB (Red+Green+Blue) = 66+11+58=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #420B3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420B3A is #BDF4C5. Grayscale: #202020. Windows color (decimal): -12448966 or 3803970. OLE color: 3803970.

HSL color Cylindrical-coordinate representation of color #420B3A: hue angle of 308.73º 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 #420B3A is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB661158-
CMYK00.830.120.74
HSL308.73º71.43%15.1%-
HSV(B)308.73º83.33%25.88%-
XYZ3.131.74.17-
YUV32.8142.22151.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.89%
GREEN value IS 11 (4.69% from 255) = 8.15%
BLUE value IS 58 (23.05% from 255) = 42.96%
R=48.89%
G=8.15%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66115800.830.120.74308.7371.4315.1
Hex42B3A053C4A13547f
Octal102137201231411246510717
Binary10000101011111010010100111100100101010011010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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