Html Css Color HEX #361137 Mardi Gras

📋 copy color: '#361137'

red 54 ◦ green 17 ◦ blue 55

#361137
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #361137

Tints of Mardi Gras #361137

RGB

 RED value IS 54 (21.48% from 255) = 42.86%

 GREEN value IS 17 (7.03% from 255) = 13.49%

 BLUE value IS 55 (21.88% from 255) = 43.65%

R = 42.86%
G = 13.49%
B = 43.65%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#361137 (or 0x361137) is known color: Mardi Gras. HEX triplet: 36, 11 and 37. RGB value is (54,17,55). Sum of RGB (Red+Green+Blue) = 54+17+55=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 55 - color contains mainly: blue. Hex color #361137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361137 is #C9EEC8. Grayscale: #202020. Windows color (decimal): -13233865 or 3608886. OLE color: 3608886.

HSL color Cylindrical-coordinate representation of color #361137: hue angle of 298.42º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #361137 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 17 55 -
CMYK 0.02 0.69 0 0.78
HSL 298.42º 0.53% 0.14% -
HSV(B) 298.42º 0.69% 0.22% -
XYZ 2.41 1.46 3.77 -
YUV 32.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 54 17 55 0.02 0.69 0 0.78 298.42 0.53 0.14
Hex 36 11 37 2 45 0 4E 12A 35 E
Octal 66 21 67 2 105 0 116 452 65 16
Binary 110110 10001 110111 10 1000101 0 1001110 100101010 110101 1110

Color Harmonies of #361137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361137

Black with #361137

Text Example


Text Example

White with #361137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361137; }

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

 H1.HeaderClassName
 {
   color: #361137;
 }
 .AnyTagClassName
 {
   color: #361137;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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