Html Css Color HEX #36193A Mardi Gras

📋 copy color: '#36193A'

red 54 ◦ green 25 ◦ blue 58

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

Shades of Mardi Gras #36193A

Tints of Mardi Gras #36193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.25%

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

R = 39.42%
G = 18.25%
B = 42.34%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#36193A (or 0x36193A) is known color: Mardi Gras. HEX triplet: 36, 19 and 3A. RGB value is (54,25,58). Sum of RGB (Red+Green+Blue) = 54+25+58=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 58 - color contains mainly: blue. Hex color #36193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36193A is #C9E6C5. Grayscale: #252525. Windows color (decimal): -13231814 or 3807542. OLE color: 3807542.

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

Color convert

RGB 54 25 58 -
CMYK 0.07 0.57 0 0.77
HSL 292.73º 0.4% 0.16% -
HSV(B) 292.73º 0.57% 0.23% -
XYZ 2.63 1.79 4.21 -
YUV 37.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 54 25 58 0.07 0.57 0 0.77 292.73 0.4 0.16
Hex 36 19 3A 7 39 0 4D 125 28 10
Octal 66 31 72 7 71 0 115 445 50 20
Binary 110110 11001 111010 111 111001 0 1001101 100100101 101000 10000

Color Harmonies of #36193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36193A

Black with #36193A

Text Example


Text Example

White with #36193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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