#360833

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

Shades of Mardi Gras #360833

Tints of Mardi Gras #360833

Color information

#360833 (or 0x360833) is unknown color: approx Mardi Gras. HEX triplet: 36, 08 and 33. RGB value is (54,8,51). Sum of RGB (Red+Green+Blue) = 54+8+51=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #360833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360833 is #C9F7CC. Grayscale: #1A1A1A. Windows color (decimal): -13236173 or 3344438. OLE color: 3344438.

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

Color convert

RGB54851-
CMYK00.850.060.79
HSL303.91º74.19%12.16%-
HSV(B)303.91º85.19%21.18%-
XYZ2.211.23.25-
YUV26.66141.74147.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.79%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 51 (20.31% from 255) = 45.13%
R=47.79%
G=7.08%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5485100.850.060.79303.9174.1912.16
Hex3683305564F1304ac
Octal6610630125611746011214
Binary110110100011001101010101110100111110011000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360833; }

 p { color: rgb(54,8,51); }

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

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

 a { background-color: rgb(54,8,51); }

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

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

 span { border-color: rgb(54,8,51); }

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