Html Css Color HEX #370531 Mardi Gras

📋 copy color: '#370531'

red 55 ◦ green 5 ◦ blue 49

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

Shades of Mardi Gras #370531

Tints of Mardi Gras #370531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.59%

 BLUE value IS 49 (19.53% from 255) = 44.95%

R = 50.46%
G = 4.59%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#370531 (or 0x370531) is known color: Mardi Gras. HEX triplet: 37, 05 and 31. RGB value is (55,5,49). Sum of RGB (Red+Green+Blue) = 55+5+49=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #370531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370531 is #C8FACE. Grayscale: #181818. Windows color (decimal): -13171407 or 3212599. OLE color: 3212599.

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

Color convert

RGB 55 5 49 -
CMYK 0 0.91 0.11 0.78
HSL 307.2º 0.83% 0.12% -
HSV(B) 307.2º 0.91% 0.22% -
XYZ 2.18 1.14 3.01 -
YUV 24.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 55 5 49 0 0.91 0.11 0.78 307.2 0.83 0.12
Hex 37 5 31 0 5B B 4E 133 53 C
Octal 67 5 61 0 133 13 116 463 123 14
Binary 110111 101 110001 0 1011011 1011 1001110 100110011 1010011 1100

Color Harmonies of #370531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370531

Black with #370531

Text Example


Text Example

White with #370531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370531; }

 p { color: rgb(55,5,49); }

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

background-color css

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

 a { background-color: rgb(55,5,49); }

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

border-color css

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

 span { border-color: rgb(55,5,49); }

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