Html Css Color HEX #361133 Mardi Gras

📋 copy color: '#361133'

red 54 ◦ green 17 ◦ blue 51

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

Shades of Mardi Gras #361133

Tints of Mardi Gras #361133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 41.8%

R = 44.26%
G = 13.93%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#361133 (or 0x361133) is known color: Mardi Gras. HEX triplet: 36, 11 and 33. RGB value is (54,17,51). Sum of RGB (Red+Green+Blue) = 54+17+51=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #361133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361133 is #C9EECC. Grayscale: #1F1F1F. Windows color (decimal): -13233869 or 3346742. OLE color: 3346742.

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

Color convert

RGB 54 17 51 -
CMYK 0 0.69 0.06 0.79
HSL 304.86º 0.52% 0.14% -
HSV(B) 304.86º 0.69% 0.21% -
XYZ 2.32 1.42 3.28 -
YUV 31.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 54 17 51 0 0.69 0.06 0.79 304.86 0.52 0.14
Hex 36 11 33 0 45 6 4F 131 34 E
Octal 66 21 63 0 105 6 117 461 64 16
Binary 110110 10001 110011 0 1000101 110 1001111 100110001 110100 1110

Color Harmonies of #361133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361133

Black with #361133

Text Example


Text Example

White with #361133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361133; }

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

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

background-color css

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

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

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

border-color css

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

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

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