Html Css Color HEX #370735 Mardi Gras

📋 copy color: '#370735'

red 55 ◦ green 7 ◦ blue 53

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

Shades of Mardi Gras #370735

Tints of Mardi Gras #370735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.09%

 BLUE value IS 53 (21.09% from 255) = 46.09%

R = 47.83%
G = 6.09%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#370735 (or 0x370735) is known color: Mardi Gras. HEX triplet: 37, 07 and 35. RGB value is (55,7,53). Sum of RGB (Red+Green+Blue) = 55+7+53=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #370735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370735 is #C8F8CA. Grayscale: #1A1A1A. Windows color (decimal): -13170891 or 3475255. OLE color: 3475255.

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

Color convert

RGB 55 7 53 -
CMYK 0 0.87 0.04 0.78
HSL 302.5º 0.77% 0.12% -
HSV(B) 302.5º 0.87% 0.22% -
XYZ 2.29 1.22 3.48 -
YUV 26.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 55 7 53 0 0.87 0.04 0.78 302.5 0.77 0.12
Hex 37 7 35 0 57 4 4E 12E 4D C
Octal 67 7 65 0 127 4 116 456 115 14
Binary 110111 111 110101 0 1010111 100 1001110 100101110 1001101 1100

Color Harmonies of #370735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370735

Black with #370735

Text Example


Text Example

White with #370735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370735; }

 p { color: rgb(55,7,53); }

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

background-color css

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

 a { background-color: rgb(55,7,53); }

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

border-color css

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

 span { border-color: rgb(55,7,53); }

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