Html Css Color HEX #361131 Mardi Gras

📋 copy color: '#361131'

red 54 ◦ green 17 ◦ blue 49

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

Shades of Mardi Gras #361131

Tints of Mardi Gras #361131

RGB

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

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

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

R = 45%
G = 14.17%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#361131 (or 0x361131) is known color: Mardi Gras. HEX triplet: 36, 11 and 31. RGB value is (54,17,49). Sum of RGB (Red+Green+Blue) = 54+17+49=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #361131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361131 is #C9EECE. Grayscale: #1F1F1F. Windows color (decimal): -13233871 or 3215670. OLE color: 3215670.

HSL color Cylindrical-coordinate representation of color #361131: hue angle of 308.11º 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 #361131 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 17 49 -
CMYK 0 0.69 0.09 0.79
HSL 308.11º 0.52% 0.14% -
HSV(B) 308.11º 0.69% 0.21% -
XYZ 2.28 1.41 3.06 -
YUV 31.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 54 17 49 0 0.69 0.09 0.79 308.11 0.52 0.14
Hex 36 11 31 0 45 9 4F 134 34 E
Octal 66 21 61 0 105 11 117 464 64 16
Binary 110110 10001 110001 0 1000101 1001 1001111 100110100 110100 1110

Color Harmonies of #361131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361131

Black with #361131

Text Example


Text Example

White with #361131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361131; }

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

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

background-color css

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

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

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

border-color css

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

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

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