Html Css Color HEX #390932 Mardi Gras

📋 copy color: '#390932'

red 57 ◦ green 9 ◦ blue 50

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

Shades of Mardi Gras #390932

Tints of Mardi Gras #390932

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.76%

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

R = 49.14%
G = 7.76%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#390932 (or 0x390932) is known color: Mardi Gras. HEX triplet: 39, 09 and 32. RGB value is (57,9,50). Sum of RGB (Red+Green+Blue) = 57+9+50=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #390932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390932 is #C6F6CD. Grayscale: #1B1B1B. Windows color (decimal): -13039310 or 3279161. OLE color: 3279161.

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

Color convert

RGB 57 9 50 -
CMYK 0 0.84 0.12 0.78
HSL 308.75º 0.73% 0.13% -
HSV(B) 308.75º 0.84% 0.22% -
XYZ 2.36 1.3 3.14 -
YUV 28.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 57 9 50 0 0.84 0.12 0.78 308.75 0.73 0.13
Hex 39 9 32 0 54 C 4E 135 49 D
Octal 71 11 62 0 124 14 116 465 111 15
Binary 111001 1001 110010 0 1010100 1100 1001110 100110101 1001001 1101

Color Harmonies of #390932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390932

Black with #390932

Text Example


Text Example

White with #390932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390932; }

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

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

background-color css

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

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

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

border-color css

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

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

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