Html Css Color HEX #321135 Mardi Gras

📋 copy color: '#321135'

red 50 ◦ green 17 ◦ blue 53

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

Shades of Mardi Gras #321135

Tints of Mardi Gras #321135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.17%

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

R = 41.67%
G = 14.17%
B = 44.17%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#321135 (or 0x321135) is known color: Mardi Gras. HEX triplet: 32, 11 and 35. RGB value is (50,17,53). Sum of RGB (Red+Green+Blue) = 50+17+53=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 53 - color contains mainly: blue. Hex color #321135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321135 is #CDEECA. Grayscale: #1E1E1E. Windows color (decimal): -13496011 or 3477810. OLE color: 3477810.

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

Color convert

RGB 50 17 53 -
CMYK 0.06 0.68 0 0.79
HSL 295º 0.51% 0.14% -
HSV(B) 295º 0.68% 0.21% -
XYZ 2.16 1.34 3.51 -
YUV 30.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 50 17 53 0.06 0.68 0 0.79 295 0.51 0.14
Hex 32 11 35 6 44 0 4F 127 33 E
Octal 62 21 65 6 104 0 117 447 63 16
Binary 110010 10001 110101 110 1000100 0 1001111 100100111 110011 1110

Color Harmonies of #321135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321135

Black with #321135

Text Example


Text Example

White with #321135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321135; }

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

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

background-color css

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

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

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

border-color css

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

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

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