Html Css Color HEX #350633 Mardi Gras

📋 copy color: '#350633'

red 53 ◦ green 6 ◦ blue 51

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

Shades of Mardi Gras #350633

Tints of Mardi Gras #350633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 46.36%

R = 48.18%
G = 5.45%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#350633 (or 0x350633) is known color: Mardi Gras. HEX triplet: 35, 06 and 33. RGB value is (53,6,51). Sum of RGB (Red+Green+Blue) = 53+6+51=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #350633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350633 is #CAF9CC. Grayscale: #191919. Windows color (decimal): -13302221 or 3343925. OLE color: 3343925.

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

Color convert

RGB 53 6 51 -
CMYK 0 0.89 0.04 0.79
HSL 302.55º 0.8% 0.12% -
HSV(B) 302.55º 0.89% 0.21% -
XYZ 2.13 1.13 3.24 -
YUV 25.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 53 6 51 0 0.89 0.04 0.79 302.55 0.8 0.12
Hex 35 6 33 0 59 4 4F 12F 50 C
Octal 65 6 63 0 131 4 117 457 120 14
Binary 110101 110 110011 0 1011001 100 1001111 100101111 1010000 1100

Color Harmonies of #350633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350633

Black with #350633

Text Example


Text Example

White with #350633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350633; }

 p { color: rgb(53,6,51); }

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

background-color css

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

 a { background-color: rgb(53,6,51); }

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

border-color css

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

 span { border-color: rgb(53,6,51); }

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