Html Css Color HEX #370630 Mardi Gras

📋 copy color: '#370630'

red 55 ◦ green 6 ◦ blue 48

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

Shades of Mardi Gras #370630

Tints of Mardi Gras #370630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.5%

 BLUE value IS 48 (19.14% from 255) = 44.04%

R = 50.46%
G = 5.5%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#370630 (or 0x370630) is known color: Mardi Gras. HEX triplet: 37, 06 and 30. RGB value is (55,6,48). Sum of RGB (Red+Green+Blue) = 55+6+48=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #370630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370630 is #C8F9CF. Grayscale: #191919. Windows color (decimal): -13171152 or 3147319. OLE color: 3147319.

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

Color convert

RGB 55 6 48 -
CMYK 0 0.89 0.13 0.78
HSL 308.57º 0.8% 0.12% -
HSV(B) 308.57º 0.89% 0.22% -
XYZ 2.17 1.16 2.9 -
YUV 25.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 55 6 48 0 0.89 0.13 0.78 308.57 0.8 0.12
Hex 37 6 30 0 59 D 4E 135 50 C
Octal 67 6 60 0 131 15 116 465 120 14
Binary 110111 110 110000 0 1011001 1101 1001110 100110101 1010000 1100

Color Harmonies of #370630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370630

Black with #370630

Text Example


Text Example

White with #370630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370630; }

 p { color: rgb(55,6,48); }

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

background-color css

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

 a { background-color: rgb(55,6,48); }

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

border-color css

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

 span { border-color: rgb(55,6,48); }

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