#39093D

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

Shades of Mardi Gras #39093D

Tints of Mardi Gras #39093D

Color information

#39093D (or 0x39093D) is unknown color: approx Mardi Gras. HEX triplet: 39, 09 and 3D. RGB value is (57,9,61). Sum of RGB (Red+Green+Blue) = 57+9+61=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #39093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39093D is #C6F6C2. Grayscale: #1D1D1D. Windows color (decimal): -13039299 or 4000057. OLE color: 4000057.

HSL color Cylindrical-coordinate representation of color #39093D: hue angle of 295.38º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #39093D is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB57961-
CMYK0.070.8500.76
HSL295.38º74.29%13.73%-
HSV(B)295.38º85.25%23.92%-
XYZ2.631.44.55-
YUV29.28145.9147.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 61 (24.22% from 255) = 48.03%
R=44.88%
G=7.09%
B=48.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal579610.070.8500.76295.3874.2913.73
Hex3993D75504C1274ae
Octal7111757125011444711216
Binary111001100111110111110101010100110010010011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39093D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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