Html Css Color HEX #370535 Mardi Gras

📋 copy color: '#370535'

red 55 ◦ green 5 ◦ blue 53

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

Shades of Mardi Gras #370535

Tints of Mardi Gras #370535

RGB

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

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

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

R = 48.67%
G = 4.42%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#370535 (or 0x370535) is known color: Mardi Gras. HEX triplet: 37, 05 and 35. RGB value is (55,5,53). Sum of RGB (Red+Green+Blue) = 55+5+53=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #370535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370535 is #C8FACA. Grayscale: #191919. Windows color (decimal): -13171403 or 3474743. OLE color: 3474743.

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

Color convert

RGB 55 5 53 -
CMYK 0 0.91 0.04 0.78
HSL 302.4º 0.83% 0.12% -
HSV(B) 302.4º 0.91% 0.22% -
XYZ 2.27 1.18 3.48 -
YUV 25.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 55 5 53 0 0.91 0.04 0.78 302.4 0.83 0.12
Hex 37 5 35 0 5B 4 4E 12E 53 C
Octal 67 5 65 0 133 4 116 456 123 14
Binary 110111 101 110101 0 1011011 100 1001110 100101110 1010011 1100

Color Harmonies of #370535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370535

Black with #370535

Text Example


Text Example

White with #370535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370535; }

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

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

background-color css

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

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

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

border-color css

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

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

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