Html Css Color HEX #390538 Mardi Gras

📋 copy color: '#390538'

red 57 ◦ green 5 ◦ blue 56

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

Shades of Mardi Gras #390538

Tints of Mardi Gras #390538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 47.46%

R = 48.31%
G = 4.24%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#390538 (or 0x390538) is known color: Mardi Gras. HEX triplet: 39, 05 and 38. RGB value is (57,5,56). Sum of RGB (Red+Green+Blue) = 57+5+56=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #390538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390538 is #C6FAC7. Grayscale: #1A1A1A. Windows color (decimal): -13040328 or 3671353. OLE color: 3671353.

HSL color Cylindrical-coordinate representation of color #390538: hue angle of 301.15º 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 #390538 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 5 56 -
CMYK 0 0.91 0.02 0.78
HSL 301.15º 0.84% 0.12% -
HSV(B) 301.15º 0.91% 0.22% -
XYZ 2.46 1.26 3.86 -
YUV 26.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 57 5 56 0 0.91 0.02 0.78 301.15 0.84 0.12
Hex 39 5 38 0 5B 2 4E 12D 54 C
Octal 71 5 70 0 133 2 116 455 124 14
Binary 111001 101 111000 0 1011011 10 1001110 100101101 1010100 1100

Color Harmonies of #390538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390538

Black with #390538

Text Example


Text Example

White with #390538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390538; }

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

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

background-color css

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

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

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

border-color css

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

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

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