Html Css Color HEX #360638 Mardi Gras

📋 copy color: '#360638'

red 54 ◦ green 6 ◦ blue 56

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

Shades of Mardi Gras #360638

Tints of Mardi Gras #360638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 48.28%

R = 46.55%
G = 5.17%
B = 48.28%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#360638 (or 0x360638) is known color: Mardi Gras. HEX triplet: 36, 06 and 38. RGB value is (54,6,56). Sum of RGB (Red+Green+Blue) = 54+6+56=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #360638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360638 is #C9F9C7. Grayscale: #191919. Windows color (decimal): -13236680 or 3671606. OLE color: 3671606.

HSL color Cylindrical-coordinate representation of color #360638: hue angle of 297.6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360638 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 6 56 -
CMYK 0.04 0.89 0 0.78
HSL 297.6º 0.81% 0.12% -
HSV(B) 297.6º 0.89% 0.22% -
XYZ 2.3 1.2 3.85 -
YUV 26.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 54 6 56 0.04 0.89 0 0.78 297.6 0.81 0.12
Hex 36 6 38 4 59 0 4E 12A 51 C
Octal 66 6 70 4 131 0 116 452 121 14
Binary 110110 110 111000 100 1011001 0 1001110 100101010 1010001 1100

Color Harmonies of #360638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360638

Black with #360638

Text Example


Text Example

White with #360638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360638; }

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

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

background-color css

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

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

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

border-color css

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

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

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