#39143D

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

Shades of Mardi Gras #39143D

Tints of Mardi Gras #39143D

Color information

#39143D (or 0x39143D) is unknown color: approx Mardi Gras. HEX triplet: 39, 14 and 3D. RGB value is (57,20,61). Sum of RGB (Red+Green+Blue) = 57+20+61=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 61 - color contains mainly: blue. Hex color #39143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39143D is #C6EBC2. Grayscale: #232323. Windows color (decimal): -13036483 or 4002873. OLE color: 4002873.

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

Color convert

RGB572061-
CMYK0.070.6700.76
HSL294.15º50.62%15.88%-
HSV(B)294.15º67.21%23.92%-
XYZ2.781.714.6-
YUV35.74142.26143.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.30%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 61 (24.22% from 255) = 44.20%
R=41.30%
G=14.49%
B=44.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5720610.070.6700.76294.1550.6215.88
Hex39143D74304C1263310
Octal712475710301144466320
Binary1110011010011110111110000110100110010010011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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