#42083B

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

Shades of Mardi Gras #42083B

Tints of Mardi Gras #42083B

Color information

#42083B (or 0x42083B) is unknown color: approx Mardi Gras. HEX triplet: 42, 08 and 3B. RGB value is (66,8,59). Sum of RGB (Red+Green+Blue) = 66+8+59=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42083B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42083B is #BDF7C4. Grayscale: #1F1F1F. Windows color (decimal): -12449733 or 3868738. OLE color: 3868738.

HSL color Cylindrical-coordinate representation of color #42083B: hue angle of 307.24º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42083B is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB66859-
CMYK00.880.110.74
HSL307.24º78.38%14.51%-
HSV(B)307.24º87.88%25.88%-
XYZ3.121.654.29-
YUV31.16143.72152.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.62%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 59 (23.44% from 255) = 44.36%
R=49.62%
G=6.02%
B=44.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6685900.880.110.74307.2478.3814.51
Hex4283B058B4A1334ef
Octal102107301301311246311617
Binary10000101000111011010110001011100101010011001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42083B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42083B; }

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

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

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

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

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

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

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

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