Html Css Color HEX #390532 Mardi Gras

📋 copy color: '#390532'

red 57 ◦ green 5 ◦ blue 50

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

Shades of Mardi Gras #390532

Tints of Mardi Gras #390532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.46%

 BLUE value IS 50 (19.92% from 255) = 44.64%

R = 50.89%
G = 4.46%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#390532 (or 0x390532) is known color: Mardi Gras. HEX triplet: 39, 05 and 32. RGB value is (57,5,50). Sum of RGB (Red+Green+Blue) = 57+5+50=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #390532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390532 is #C6FACD. Grayscale: #191919. Windows color (decimal): -13040334 or 3278137. OLE color: 3278137.

HSL color Cylindrical-coordinate representation of color #390532: hue angle of 308.08º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390532 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 5 50 -
CMYK 0 0.91 0.12 0.78
HSL 308.08º 0.84% 0.12% -
HSV(B) 308.08º 0.91% 0.22% -
XYZ 2.32 1.21 3.13 -
YUV 25.68 141.73 150.34 -
System Red Green Blue C M Y K H S L
Decimal 57 5 50 0 0.91 0.12 0.78 308.08 0.84 0.12
Hex 39 5 32 0 5B C 4E 134 54 C
Octal 71 5 62 0 133 14 116 464 124 14
Binary 111001 101 110010 0 1011011 1100 1001110 100110100 1010100 1100

Color Harmonies of #390532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390532

Black with #390532

Text Example


Text Example

White with #390532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390532; }

 p { color: rgb(57,5,50); }

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

background-color css

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

 a { background-color: rgb(57,5,50); }

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

border-color css

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

 span { border-color: rgb(57,5,50); }

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