Html Css Color HEX #36063A Mardi Gras

📋 copy color: '#36063A'

red 54 ◦ green 6 ◦ blue 58

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

Shades of Mardi Gras #36063A

Tints of Mardi Gras #36063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.08%

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

R = 45.76%
G = 5.08%
B = 49.15%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#36063A (or 0x36063A) is known color: Mardi Gras. HEX triplet: 36, 06 and 3A. RGB value is (54,6,58). Sum of RGB (Red+Green+Blue) = 54+6+58=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #36063A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36063A is #C9F9C5. Grayscale: #1A1A1A. Windows color (decimal): -13236678 or 3802678. OLE color: 3802678.

HSL color Cylindrical-coordinate representation of color #36063A: hue angle of 295.38º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36063A is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 54 6 58 -
CMYK 0.07 0.90 0 0.77
HSL 295.38º 0.81% 0.13% -
HSV(B) 295.38º 0.9% 0.23% -
XYZ 2.35 1.22 4.11 -
YUV 26.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 54 6 58 0.07 0.90 0 0.77 295.38 0.81 0.13
Hex 36 6 3A 7 5A 0 4D 127 51 D
Octal 66 6 72 7 132 0 115 447 121 15
Binary 110110 110 111010 111 1011010 0 1001101 100100111 1010001 1101

Color Harmonies of #36063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36063A

Black with #36063A

Text Example


Text Example

White with #36063A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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