#360735

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

Shades of Mardi Gras #360735

Tints of Mardi Gras #360735

Color information

#360735 (or 0x360735) is unknown color: approx Mardi Gras. HEX triplet: 36, 07 and 35. RGB value is (54,7,53). Sum of RGB (Red+Green+Blue) = 54+7+53=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #360735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360735 is #C9F8CA. Grayscale: #1A1A1A. Windows color (decimal): -13236427 or 3475254. OLE color: 3475254.

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

Color convert

RGB54753-
CMYK00.870.020.79
HSL301.28º77.05%11.96%-
HSV(B)301.28º87.04%21.18%-
XYZ2.241.193.48-
YUV26.3143.07147.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 7 (3.12% from 255) = 6.14%
BLUE value IS 53 (21.09% from 255) = 46.49%
R=47.37%
G=6.14%
B=46.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5475300.870.020.79301.2877.0511.96
Hex3673505724F12d4dc
Octal667650127211745511514
Binary1101101111101010101011110100111110010110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360735; }

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

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

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

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

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

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

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

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