Html Css Color HEX #36153A Mardi Gras

📋 copy color: '#36153A'

red 54 ◦ green 21 ◦ blue 58

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

Shades of Mardi Gras #36153A

Tints of Mardi Gras #36153A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 43.61%

R = 40.6%
G = 15.79%
B = 43.61%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#36153A (or 0x36153A) is known color: Mardi Gras. HEX triplet: 36, 15 and 3A. RGB value is (54,21,58). Sum of RGB (Red+Green+Blue) = 54+21+58=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 58 - color contains mainly: blue. Hex color #36153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36153A is #C9EAC5. Grayscale: #222222. Windows color (decimal): -13232838 or 3806518. OLE color: 3806518.

HSL color Cylindrical-coordinate representation of color #36153A: hue angle of 293.51º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36153A is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 54 21 58 -
CMYK 0.07 0.64 0 0.77
HSL 293.51º 0.47% 0.15% -
HSV(B) 293.51º 0.64% 0.23% -
XYZ 2.55 1.63 4.18 -
YUV 35.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 54 21 58 0.07 0.64 0 0.77 293.51 0.47 0.15
Hex 36 15 3A 7 40 0 4D 126 2F F
Octal 66 25 72 7 100 0 115 446 57 17
Binary 110110 10101 111010 111 1000000 0 1001101 100100110 101111 1111

Color Harmonies of #36153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36153A

Black with #36153A

Text Example


Text Example

White with #36153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36153A; }

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

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

background-color css

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

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

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

border-color css

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

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

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