#42093D

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

Shades of Mardi Gras #42093D

Tints of Mardi Gras #42093D

Color information

#42093D (or 0x42093D) is unknown color: approx Mardi Gras. HEX triplet: 42, 09 and 3D. RGB value is (66,9,61). Sum of RGB (Red+Green+Blue) = 66+9+61=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #42093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42093D is #BDF6C2. Grayscale: #1F1F1F. Windows color (decimal): -12449475 or 4000066. OLE color: 4000066.

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

Color convert

RGB66961-
CMYK00.860.080.74
HSL305.26º76%14.71%-
HSV(B)305.26º86.36%25.88%-
XYZ3.191.694.57-
YUV31.97144.38152.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.53%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 61 (24.22% from 255) = 44.85%
R=48.53%
G=6.62%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6696100.860.080.74305.267614.71
Hex4293D05684A1314cf
Octal102117501261011246111417
Binary10000101001111101010101101000100101010011000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42093D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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