Html Css Color HEX #390232 Mardi Gras

📋 copy color: '#390232'

red 57 ◦ green 2 ◦ blue 50

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

Shades of Mardi Gras #390232

Tints of Mardi Gras #390232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.83%

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

R = 52.29%
G = 1.83%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#390232 (or 0x390232) is known color: Mardi Gras. HEX triplet: 39, 02 and 32. RGB value is (57,2,50). Sum of RGB (Red+Green+Blue) = 57+2+50=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #390232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390232 is #C6FDCD. Grayscale: #171717. Windows color (decimal): -13041102 or 3277369. OLE color: 3277369.

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

Color convert

RGB 57 2 50 -
CMYK 0 0.96 0.12 0.78
HSL 307.64º 0.93% 0.12% -
HSV(B) 307.64º 0.96% 0.22% -
XYZ 2.28 1.14 3.12 -
YUV 23.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 57 2 50 0 0.96 0.12 0.78 307.64 0.93 0.12
Hex 39 2 32 0 60 C 4E 134 5D C
Octal 71 2 62 0 140 14 116 464 135 14
Binary 111001 10 110010 0 1100000 1100 1001110 100110100 1011101 1100

Color Harmonies of #390232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390232

Black with #390232

Text Example


Text Example

White with #390232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390232; }

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

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

background-color css

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

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

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

border-color css

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

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

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