Html Css Color HEX #361531 Mardi Gras

📋 copy color: '#361531'

red 54 ◦ green 21 ◦ blue 49

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

Shades of Mardi Gras #361531

Tints of Mardi Gras #361531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 39.52%

R = 43.55%
G = 16.94%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#361531 (or 0x361531) is known color: Mardi Gras. HEX triplet: 36, 15 and 31. RGB value is (54,21,49). Sum of RGB (Red+Green+Blue) = 54+21+49=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #361531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361531 is #C9EACE. Grayscale: #212121. Windows color (decimal): -13232847 or 3216694. OLE color: 3216694.

HSL color Cylindrical-coordinate representation of color #361531: hue angle of 309.09º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #361531 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 21 49 -
CMYK 0 0.61 0.09 0.79
HSL 309.09º 0.44% 0.15% -
HSV(B) 309.09º 0.61% 0.21% -
XYZ 2.34 1.54 3.08 -
YUV 34.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 54 21 49 0 0.61 0.09 0.79 309.09 0.44 0.15
Hex 36 15 31 0 3D 9 4F 135 2C F
Octal 66 25 61 0 75 11 117 465 54 17
Binary 110110 10101 110001 0 111101 1001 1001111 100110101 101100 1111

Color Harmonies of #361531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361531

Black with #361531

Text Example


Text Example

White with #361531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361531; }

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

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

background-color css

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

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

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

border-color css

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

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

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