Html Css Color HEX #361437 Mardi Gras

📋 copy color: '#361437'

red 54 ◦ green 20 ◦ blue 55

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

Shades of Mardi Gras #361437

Tints of Mardi Gras #361437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.5%

 BLUE value IS 55 (21.88% from 255) = 42.64%

R = 41.86%
G = 15.5%
B = 42.64%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#361437 (or 0x361437) is known color: Mardi Gras. HEX triplet: 36, 14 and 37. RGB value is (54,20,55). Sum of RGB (Red+Green+Blue) = 54+20+55=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #361437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361437 is #C9EBC8. Grayscale: #222222. Windows color (decimal): -13233097 or 3609654. OLE color: 3609654.

HSL color Cylindrical-coordinate representation of color #361437: hue angle of 298.29º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #361437 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 20 55 -
CMYK 0.02 0.64 0 0.78
HSL 298.29º 0.47% 0.15% -
HSV(B) 298.29º 0.64% 0.22% -
XYZ 2.46 1.56 3.79 -
YUV 34.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 54 20 55 0.02 0.64 0 0.78 298.29 0.47 0.15
Hex 36 14 37 2 40 0 4E 12A 2F F
Octal 66 24 67 2 100 0 116 452 57 17
Binary 110110 10100 110111 10 1000000 0 1001110 100101010 101111 1111

Color Harmonies of #361437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361437

Black with #361437

Text Example


Text Example

White with #361437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361437; }

 p { color: rgb(54,20,55); }

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

background-color css

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

 a { background-color: rgb(54,20,55); }

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

border-color css

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

 span { border-color: rgb(54,20,55); }

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