Html Css Color HEX #321531 Mardi Gras

📋 copy color: '#321531'

red 50 ◦ green 21 ◦ blue 49

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

Shades of Mardi Gras #321531

Tints of Mardi Gras #321531

RGB

 RED value IS 50 (19.92% from 255) = 41.67%

 GREEN value IS 21 (8.59% from 255) = 17.5%

 BLUE value IS 49 (19.53% from 255) = 40.83%

R = 41.67%
G = 17.5%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#321531 (or 0x321531) is known color: Mardi Gras. HEX triplet: 32, 15 and 31. RGB value is (50,21,49). Sum of RGB (Red+Green+Blue) = 50+21+49=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #321531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321531 is #CDEACE. Grayscale: #202020. Windows color (decimal): -13494991 or 3216690. OLE color: 3216690.

HSL color Cylindrical-coordinate representation of color #321531: hue angle of 302.07º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321531 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 21 49 -
CMYK 0 0.58 0.02 0.80
HSL 302.07º 0.41% 0.14% -
HSV(B) 302.07º 0.58% 0.2% -
XYZ 2.14 1.44 3.07 -
YUV 32.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 50 21 49 0 0.58 0.02 0.80 302.07 0.41 0.14
Hex 32 15 31 0 3A 2 50 12E 29 E
Octal 62 25 61 0 72 2 120 456 51 16
Binary 110010 10101 110001 0 111010 10 1010000 100101110 101001 1110

Color Harmonies of #321531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321531

Black with #321531

Text Example


Text Example

White with #321531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321531; }

 p { color: rgb(50,21,49); }

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

background-color css

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

 a { background-color: rgb(50,21,49); }

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

border-color css

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

 span { border-color: rgb(50,21,49); }

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