#360135

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

Shades of Mardi Gras #360135

Tints of Mardi Gras #360135

Color information

#360135 (or 0x360135) is unknown color: approx Mardi Gras. HEX triplet: 36, 01 and 35. RGB value is (54,1,53). Sum of RGB (Red+Green+Blue) = 54+1+53=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #360135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360135 is #C9FECA. Grayscale: #161616. Windows color (decimal): -13237963 or 3473718. OLE color: 3473718.

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

Color convert

RGB54153-
CMYK00.980.020.79
HSL301.13º96.36%10.78%-
HSV(B)301.13º98.15%21.18%-
XYZ2.171.063.46-
YUV22.78145.06150.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 53 (21.09% from 255) = 49.07%
R=50%
G=0.93%
B=49.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5415300.980.020.79301.1396.3610.78
Hex3613506224F12d60b
Octal661650142211745514013
Binary11011011101010110001010100111110010110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360135; }

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

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

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

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

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

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

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

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