Html Css Color HEX #361231 Mardi Gras

📋 copy color: '#361231'

red 54 ◦ green 18 ◦ blue 49

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

Shades of Mardi Gras #361231

Tints of Mardi Gras #361231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.88%

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

R = 44.63%
G = 14.88%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#361231 (or 0x361231) is known color: Mardi Gras. HEX triplet: 36, 12 and 31. RGB value is (54,18,49). Sum of RGB (Red+Green+Blue) = 54+18+49=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #361231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361231 is #C9EDCE. Grayscale: #202020. Windows color (decimal): -13233615 or 3215926. OLE color: 3215926.

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

Color convert

RGB 54 18 49 -
CMYK 0 0.67 0.09 0.79
HSL 308.33º 0.5% 0.14% -
HSV(B) 308.33º 0.67% 0.21% -
XYZ 2.29 1.44 3.06 -
YUV 32.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 54 18 49 0 0.67 0.09 0.79 308.33 0.5 0.14
Hex 36 12 31 0 43 9 4F 134 32 E
Octal 66 22 61 0 103 11 117 464 62 16
Binary 110110 10010 110001 0 1000011 1001 1001111 100110100 110010 1110

Color Harmonies of #361231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361231

Black with #361231

Text Example


Text Example

White with #361231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361231; }

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

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

background-color css

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

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

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

border-color css

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

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

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