Html Css Color HEX #350734 Mardi Gras

📋 copy color: '#350734'

red 53 ◦ green 7 ◦ blue 52

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

Shades of Mardi Gras #350734

Tints of Mardi Gras #350734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 46.43%

R = 47.32%
G = 6.25%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#350734 (or 0x350734) is known color: Mardi Gras. HEX triplet: 35, 07 and 34. RGB value is (53,7,52). Sum of RGB (Red+Green+Blue) = 53+7+52=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #350734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350734 is #CAF8CB. Grayscale: #191919. Windows color (decimal): -13301964 or 3409717. OLE color: 3409717.

HSL color Cylindrical-coordinate representation of color #350734: hue angle of 301.3º 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 #350734 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 7 52 -
CMYK 0 0.87 0.02 0.79
HSL 301.3º 0.77% 0.12% -
HSV(B) 301.3º 0.87% 0.21% -
XYZ 2.16 1.16 3.36 -
YUV 25.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 53 7 52 0 0.87 0.02 0.79 301.3 0.77 0.12
Hex 35 7 34 0 57 2 4F 12D 4D C
Octal 65 7 64 0 127 2 117 455 115 14
Binary 110101 111 110100 0 1010111 10 1001111 100101101 1001101 1100

Color Harmonies of #350734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350734

Black with #350734

Text Example


Text Example

White with #350734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350734; }

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

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

background-color css

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

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

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

border-color css

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

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

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