Html Css Color HEX #390136 Mardi Gras

📋 copy color: '#390136'

red 57 ◦ green 1 ◦ blue 54

#390136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #390136

Tints of Mardi Gras #390136

RGB

 RED value IS 57 (22.66% from 255) = 50.89%

 GREEN value IS 1 (0.78% from 255) = 0.89%

 BLUE value IS 54 (21.48% from 255) = 48.21%

R = 50.89%
G = 0.89%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#390136 (or 0x390136) is known color: Mardi Gras. HEX triplet: 39, 01 and 36. RGB value is (57,1,54). Sum of RGB (Red+Green+Blue) = 57+1+54=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 54 (21.48% from 255 or 48.21% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #390136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390136 is #C6FEC9. Grayscale: #171717. Windows color (decimal): -13041354 or 3539257. OLE color: 3539257.

HSL color Cylindrical-coordinate representation of color #390136: hue angle of 303.21º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390136 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 1 54 -
CMYK 0 0.98 0.05 0.78
HSL 303.21º 0.97% 0.11% -
HSV(B) 303.21º 0.98% 0.22% -
XYZ 2.36 1.16 3.59 -
YUV 23.79 145.05 151.69 -
System Red Green Blue C M Y K H S L
Decimal 57 1 54 0 0.98 0.05 0.78 303.21 0.97 0.11
Hex 39 1 36 0 62 5 4E 12F 61 B
Octal 71 1 66 0 142 5 116 457 141 13
Binary 111001 1 110110 0 1100010 101 1001110 100101111 1100001 1011

Color Harmonies of #390136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390136

Black with #390136

Text Example


Text Example

White with #390136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390136; }

 p { color: rgb(57,1,54); }

 H1.HeaderClassName
 {
   color: #390136;
 }
 .AnyTagClassName
 {
   color: #390136;
 }
</style>

background-color css

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

 a { background-color: rgb(57,1,54); }

 div.DivClassName
 {
   background-color: #390136;
 }
 .BgClassName
 {
   background-color: #390136;
 }
</style>

border-color css

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

 span { border-color: rgb(57,1,54); }

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