#361130

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

Shades of Mardi Gras #361130

Tints of Mardi Gras #361130

Color information

#361130 (or 0x361130) is unknown color: approx Mardi Gras. HEX triplet: 36, 11 and 30. RGB value is (54,17,48). Sum of RGB (Red+Green+Blue) = 54+17+48=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #361130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361130 is #C9EECF. Grayscale: #1F1F1F. Windows color (decimal): -13233872 or 3150134. OLE color: 3150134.

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

Color convert

RGB541748-
CMYK00.690.110.79
HSL309.73º52.11%13.92%-
HSV(B)309.73º68.52%21.18%-
XYZ2.261.42.95-
YUV31.6137.26143.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.38%
GREEN value IS 17 (7.03% from 255) = 14.29%
BLUE value IS 48 (19.14% from 255) = 40.34%
R=45.38%
G=14.29%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54174800.690.110.79309.7352.1113.92
Hex361130045B4F13634e
Octal6621600105131174666416
Binary1101101000111000001000101101110011111001101101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361130; }

 p { color: rgb(54,17,48); }

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

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

 a { background-color: rgb(54,17,48); }

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

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

 span { border-color: rgb(54,17,48); }

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