Html Css Color HEX #37123A Mardi Gras

📋 copy color: '#37123A'

red 55 ◦ green 18 ◦ blue 58

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

Shades of Mardi Gras #37123A

Tints of Mardi Gras #37123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.74%

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

R = 41.98%
G = 13.74%
B = 44.27%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#37123A (or 0x37123A) is known color: Mardi Gras. HEX triplet: 37, 12 and 3A. RGB value is (55,18,58). Sum of RGB (Red+Green+Blue) = 55+18+58=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 58 - color contains mainly: blue. Hex color #37123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37123A is #C8EDC5. Grayscale: #212121. Windows color (decimal): -13168070 or 3805751. OLE color: 3805751.

HSL color Cylindrical-coordinate representation of color #37123A: hue angle of 295.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37123A is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 55 18 58 -
CMYK 0.05 0.69 0 0.77
HSL 295.5º 0.53% 0.15% -
HSV(B) 295.5º 0.69% 0.23% -
XYZ 2.56 1.55 4.17 -
YUV 33.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 55 18 58 0.05 0.69 0 0.77 295.5 0.53 0.15
Hex 37 12 3A 5 45 0 4D 128 35 F
Octal 67 22 72 5 105 0 115 450 65 17
Binary 110111 10010 111010 101 1000101 0 1001101 100101000 110101 1111

Color Harmonies of #37123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37123A

Black with #37123A

Text Example


Text Example

White with #37123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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