#42093E

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

Shades of Mardi Gras #42093E

Tints of Mardi Gras #42093E

Color information

#42093E (or 0x42093E) is unknown color: approx Mardi Gras. HEX triplet: 42, 09 and 3E. RGB value is (66,9,62). Sum of RGB (Red+Green+Blue) = 66+9+62=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #42093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42093E is #BDF6C1. Grayscale: #1F1F1F. Windows color (decimal): -12449474 or 4065602. OLE color: 4065602.

HSL color Cylindrical-coordinate representation of color #42093E: hue angle of 304.21º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42093E is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB66962-
CMYK00.860.060.74
HSL304.21º76%14.71%-
HSV(B)304.21º86.36%25.88%-
XYZ3.211.74.72-
YUV32.08144.88152.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 62 (24.61% from 255) = 45.26%
R=48.18%
G=6.57%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6696200.860.060.74304.217614.71
Hex4293E05664A1304cf
Octal10211760126611246011417
Binary1000010100111111001010110110100101010011000010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42093E; }

 p { color: rgb(66,9,62); }

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

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

 a { background-color: rgb(66,9,62); }

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

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

 span { border-color: rgb(66,9,62); }

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