#42093A

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

Shades of Mardi Gras #42093A

Tints of Mardi Gras #42093A

Color information

#42093A (or 0x42093A) is unknown color: approx Mardi Gras. HEX triplet: 42, 09 and 3A. RGB value is (66,9,58). Sum of RGB (Red+Green+Blue) = 66+9+58=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42093A is #BDF6C5. Grayscale: #1F1F1F. Windows color (decimal): -12449478 or 3803458. OLE color: 3803458.

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

Color convert

RGB66958-
CMYK00.860.120.74
HSL308.42º76%14.71%-
HSV(B)308.42º86.36%25.88%-
XYZ3.111.664.16-
YUV31.63142.88152.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.62%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 58 (23.05% from 255) = 43.61%
R=49.62%
G=6.77%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6695800.860.120.74308.427614.71
Hex4293A056C4A1344cf
Octal102117201261411246411417
Binary10000101001111010010101101100100101010011010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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