#39143F

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

Shades of Mardi Gras #39143F

Tints of Mardi Gras #39143F

Color information

#39143F (or 0x39143F) is unknown color: approx Mardi Gras. HEX triplet: 39, 14 and 3F. RGB value is (57,20,63). Sum of RGB (Red+Green+Blue) = 57+20+63=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #39143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39143F is #C6EBC0. Grayscale: #232323. Windows color (decimal): -13036481 or 4133945. OLE color: 4133945.

HSL color Cylindrical-coordinate representation of color #39143F: hue angle of 291.63º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39143F is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB572063-
CMYK0.100.6800.75
HSL291.63º51.81%16.27%-
HSV(B)291.63º68.25%24.71%-
XYZ2.831.734.89-
YUV35.96143.26143-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.71%
GREEN value IS 20 (8.20% from 255) = 14.29%
BLUE value IS 63 (25% from 255) = 45%
R=40.71%
G=14.29%
B=45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5720630.100.6800.75291.6351.8116.27
Hex39143FA4404B1243410
Octal7124771210401134446420
Binary11100110100111111101010001000100101110010010011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39143F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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