Html Css Color HEX #37153A Mardi Gras

📋 copy color: '#37153A'

red 55 ◦ green 21 ◦ blue 58

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

Shades of Mardi Gras #37153A

Tints of Mardi Gras #37153A

RGB

 RED value IS 55 (21.88% from 255) = 41.04%

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

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

R = 41.04%
G = 15.67%
B = 43.28%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#37153A (or 0x37153A) is known color: Mardi Gras. HEX triplet: 37, 15 and 3A. RGB value is (55,21,58). Sum of RGB (Red+Green+Blue) = 55+21+58=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 58 - color contains mainly: blue. Hex color #37153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37153A is #C8EAC5. Grayscale: #232323. Windows color (decimal): -13167302 or 3806519. OLE color: 3806519.

HSL color Cylindrical-coordinate representation of color #37153A: hue angle of 295.14º 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 #37153A is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 55 21 58 -
CMYK 0.05 0.64 0 0.77
HSL 295.14º 0.47% 0.15% -
HSV(B) 295.14º 0.64% 0.23% -
XYZ 2.61 1.65 4.18 -
YUV 35.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 55 21 58 0.05 0.64 0 0.77 295.14 0.47 0.15
Hex 37 15 3A 5 40 0 4D 127 2F F
Octal 67 25 72 5 100 0 115 447 57 17
Binary 110111 10101 111010 101 1000000 0 1001101 100100111 101111 1111

Color Harmonies of #37153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37153A

Black with #37153A

Text Example


Text Example

White with #37153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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