Html Css Color HEX #370434 Mardi Gras

📋 copy color: '#370434'

red 55 ◦ green 4 ◦ blue 52

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

Shades of Mardi Gras #370434

Tints of Mardi Gras #370434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.6%

 BLUE value IS 52 (20.7% from 255) = 46.85%

R = 49.55%
G = 3.6%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#370434 (or 0x370434) is known color: Mardi Gras. HEX triplet: 37, 04 and 34. RGB value is (55,4,52). Sum of RGB (Red+Green+Blue) = 55+4+52=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #370434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370434 is #C8FBCB. Grayscale: #181818. Windows color (decimal): -13171660 or 3408951. OLE color: 3408951.

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

Color convert

RGB 55 4 52 -
CMYK 0 0.93 0.05 0.78
HSL 303.53º 0.86% 0.12% -
HSV(B) 303.53º 0.93% 0.22% -
XYZ 2.24 1.15 3.35 -
YUV 24.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 55 4 52 0 0.93 0.05 0.78 303.53 0.86 0.12
Hex 37 4 34 0 5D 5 4E 130 56 C
Octal 67 4 64 0 135 5 116 460 126 14
Binary 110111 100 110100 0 1011101 101 1001110 100110000 1010110 1100

Color Harmonies of #370434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370434

Black with #370434

Text Example


Text Example

White with #370434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370434; }

 p { color: rgb(55,4,52); }

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

background-color css

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

 a { background-color: rgb(55,4,52); }

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

border-color css

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

 span { border-color: rgb(55,4,52); }

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