#39063D

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

Shades of Mardi Gras #39063D

Tints of Mardi Gras #39063D

Color information

#39063D (or 0x39063D) is unknown color: approx Mardi Gras. HEX triplet: 39, 06 and 3D. RGB value is (57,6,61). Sum of RGB (Red+Green+Blue) = 57+6+61=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #39063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39063D is #C6F9C2. Grayscale: #1B1B1B. Windows color (decimal): -13040067 or 3999289. OLE color: 3999289.

HSL color Cylindrical-coordinate representation of color #39063D: hue angle of 295.64º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39063D is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB57661-
CMYK0.070.9000.76
HSL295.64º82.09%13.14%-
HSV(B)295.64º90.16%23.92%-
XYZ2.591.344.54-
YUV27.52146.9149.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 6 (2.73% from 255) = 4.84%
BLUE value IS 61 (24.22% from 255) = 49.19%
R=45.97%
G=4.84%
B=49.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal576610.070.9000.76295.6482.0913.14
Hex3963D75A04C12852d
Octal716757132011445012215
Binary11100111011110111110110100100110010010100010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,6,61); }

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

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

 a { background-color: rgb(57,6,61); }

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

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

 span { border-color: rgb(57,6,61); }

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