Html Css Color HEX #370532 Mardi Gras

📋 copy color: '#370532'

red 55 ◦ green 5 ◦ blue 50

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

Shades of Mardi Gras #370532

Tints of Mardi Gras #370532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 45.45%

R = 50%
G = 4.55%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#370532 (or 0x370532) is known color: Mardi Gras. HEX triplet: 37, 05 and 32. RGB value is (55,5,50). Sum of RGB (Red+Green+Blue) = 55+5+50=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #370532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370532 is #C8FACD. Grayscale: #181818. Windows color (decimal): -13171406 or 3278135. OLE color: 3278135.

HSL color Cylindrical-coordinate representation of color #370532: hue angle of 306º 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 #370532 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 5 50 -
CMYK 0 0.91 0.09 0.78
HSL 306º 0.83% 0.12% -
HSV(B) 306º 0.91% 0.22% -
XYZ 2.21 1.15 3.12 -
YUV 25.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 55 5 50 0 0.91 0.09 0.78 306 0.83 0.12
Hex 37 5 32 0 5B 9 4E 132 53 C
Octal 67 5 62 0 133 11 116 462 123 14
Binary 110111 101 110010 0 1011011 1001 1001110 100110010 1010011 1100

Color Harmonies of #370532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370532

Black with #370532

Text Example


Text Example

White with #370532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370532; }

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

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

background-color css

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

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

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

border-color css

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

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

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