#350732

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

Shades of Mardi Gras #350732

Tints of Mardi Gras #350732

Color information

#350732 (or 0x350732) is unknown color: approx 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

RGB53750-
CMYK00.870.060.79
HSL303.91º76.67%11.76%-
HSV(B)303.91º86.79%20.78%-
XYZ2.121.143.13-
YUV25.66141.74147.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.18%
GREEN value IS 7 (3.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5375000.870.060.79303.9176.6711.76
Hex3573205764F1304dc
Octal657620127611746011514
Binary11010111111001001010111110100111110011000010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>