Html Css Color HEX #361537 Mardi Gras

📋 copy color: '#361537'

red 54 ◦ green 21 ◦ blue 55

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

Shades of Mardi Gras #361537

Tints of Mardi Gras #361537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.15%

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

R = 41.54%
G = 16.15%
B = 42.31%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#361537 (or 0x361537) is known color: Mardi Gras. HEX triplet: 36, 15 and 37. RGB value is (54,21,55). Sum of RGB (Red+Green+Blue) = 54+21+55=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 55 - color contains mainly: blue. Hex color #361537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361537 is #C9EAC8. Grayscale: #222222. Windows color (decimal): -13232841 or 3609910. OLE color: 3609910.

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

Color convert

RGB 54 21 55 -
CMYK 0.02 0.62 0 0.78
HSL 298.24º 0.45% 0.15% -
HSV(B) 298.24º 0.62% 0.22% -
XYZ 2.48 1.6 3.79 -
YUV 34.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 54 21 55 0.02 0.62 0 0.78 298.24 0.45 0.15
Hex 36 15 37 2 3E 0 4E 12A 2D F
Octal 66 25 67 2 76 0 116 452 55 17
Binary 110110 10101 110111 10 111110 0 1001110 100101010 101101 1111

Color Harmonies of #361537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361537

Black with #361537

Text Example


Text Example

White with #361537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361537; }

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

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

background-color css

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

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

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

border-color css

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

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

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