#350532

Color #350532 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #350532

Tints of Mardi Gras #350532

Color information

#350532 (or 0x350532) is unknown color: approx Mardi Gras. HEX triplet: 35, 05 and 32. RGB value is (53,5,50). Sum of RGB (Red+Green+Blue) = 53+5+50=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #350532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350532 is #CAFACD. Grayscale: #181818. Windows color (decimal): -13302478 or 3278133. OLE color: 3278133.

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

Color convert

RGB53550-
CMYK00.910.060.79
HSL303.75º82.76%11.37%-
HSV(B)303.75º90.57%20.78%-
XYZ2.11.13.12-
YUV24.48142.4148.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.07%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 50 (19.92% from 255) = 46.30%
R=49.07%
G=4.63%
B=46.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5355000.910.060.79303.7582.7611.37
Hex3553205B64F13053b
Octal655620133611746012313
Binary11010110111001001011011110100111110011000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350532; }

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

 H1.HeaderClassName
 {
   color: #350532;
 }
 .AnyTagClassName
 {
   color: #350532;
 }
</style>
background-color css

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

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

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

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

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

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