Html Css Color HEX #350732 Mardi Gras

📋 copy color: '#350732'

red 53 ◦ green 7 ◦ blue 50

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

Shades of Mardi Gras #350732

Tints of Mardi Gras #350732

RGB

 RED value IS 53 (21.09% from 255) = 48.18%

 GREEN value IS 7 (3.13% from 255) = 6.36%

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

R = 48.18%
G = 6.36%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#350732 (or 0x350732) is known color: Mardi Gras. HEX triplet: 35, 07 and 32. RGB value is (53,7,50). Sum of RGB (Red+Green+Blue) = 53+7+50=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #350732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350732 is #CAF8CD. Grayscale: #191919. Windows color (decimal): -13301966 or 3278645. OLE color: 3278645.

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

Color convert

RGB 53 7 50 -
CMYK 0 0.87 0.06 0.79
HSL 303.91º 0.77% 0.12% -
HSV(B) 303.91º 0.87% 0.21% -
XYZ 2.12 1.14 3.13 -
YUV 25.66 141.74 147.5 -
System Red Green Blue C M Y K H S L
Decimal 53 7 50 0 0.87 0.06 0.79 303.91 0.77 0.12
Hex 35 7 32 0 57 6 4F 130 4D C
Octal 65 7 62 0 127 6 117 460 115 14
Binary 110101 111 110010 0 1010111 110 1001111 100110000 1001101 1100

Color Harmonies of #350732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350732

Black with #350732

Text Example


Text Example

White with #350732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350732; }

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

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

background-color css

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

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

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

border-color css

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

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

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