Html Css Color HEX #320637 Mardi Gras

📋 copy color: '#320637'

red 50 ◦ green 6 ◦ blue 55

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

Shades of Mardi Gras #320637

Tints of Mardi Gras #320637

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.41%

 BLUE value IS 55 (21.88% from 255) = 49.55%

R = 45.05%
G = 5.41%
B = 49.55%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#320637 (or 0x320637) is known color: Mardi Gras. HEX triplet: 32, 06 and 37. RGB value is (50,6,55). Sum of RGB (Red+Green+Blue) = 50+6+55=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #320637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320637 is #CDF9C8. Grayscale: #181818. Windows color (decimal): -13498825 or 3606066. OLE color: 3606066.

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

Color convert

RGB 50 6 55 -
CMYK 0.09 0.89 0 0.78
HSL 293.88º 0.8% 0.12% -
HSV(B) 293.88º 0.89% 0.22% -
XYZ 2.07 1.08 3.71 -
YUV 24.74 145.08 146.02 -
System Red Green Blue C M Y K H S L
Decimal 50 6 55 0.09 0.89 0 0.78 293.88 0.8 0.12
Hex 32 6 37 9 59 0 4E 126 50 C
Octal 62 6 67 11 131 0 116 446 120 14
Binary 110010 110 110111 1001 1011001 0 1001110 100100110 1010000 1100

Color Harmonies of #320637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320637

Black with #320637

Text Example


Text Example

White with #320637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320637; }

 p { color: rgb(50,6,55); }

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

background-color css

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

 a { background-color: rgb(50,6,55); }

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

border-color css

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

 span { border-color: rgb(50,6,55); }

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