Html Css Color HEX #321635 Mardi Gras

📋 copy color: '#321635'

red 50 ◦ green 22 ◦ blue 53

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

Shades of Mardi Gras #321635

Tints of Mardi Gras #321635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.6%

 BLUE value IS 53 (21.09% from 255) = 42.4%

R = 40%
G = 17.6%
B = 42.4%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#321635 (or 0x321635) is known color: Mardi Gras. HEX triplet: 32, 16 and 35. RGB value is (50,22,53). Sum of RGB (Red+Green+Blue) = 50+22+53=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 53 - color contains mainly: blue. Hex color #321635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321635 is #CDE9CA. Grayscale: #212121. Windows color (decimal): -13494731 or 3479090. OLE color: 3479090.

HSL color Cylindrical-coordinate representation of color #321635: hue angle of 294.19º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321635 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 50 22 53 -
CMYK 0.06 0.58 0 0.79
HSL 294.19º 0.41% 0.15% -
HSV(B) 294.19º 0.58% 0.21% -
XYZ 2.24 1.51 3.54 -
YUV 33.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 50 22 53 0.06 0.58 0 0.79 294.19 0.41 0.15
Hex 32 16 35 6 3A 0 4F 126 29 F
Octal 62 26 65 6 72 0 117 446 51 17
Binary 110010 10110 110101 110 111010 0 1001111 100100110 101001 1111

Color Harmonies of #321635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321635

Black with #321635

Text Example


Text Example

White with #321635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321635; }

 p { color: rgb(50,22,53); }

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

background-color css

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

 a { background-color: rgb(50,22,53); }

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

border-color css

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

 span { border-color: rgb(50,22,53); }

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