Html Css Color HEX #63373B Merlot

📋 copy color: '#63373B'

red 99 ◦ green 55 ◦ blue 59

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

Shades of Merlot #63373B

Tints of Merlot #63373B

RGB

 RED value IS 99 (39.06% from 255) = 46.48%

 GREEN value IS 55 (21.88% from 255) = 25.82%

 BLUE value IS 59 (23.44% from 255) = 27.7%

R = 46.48%
G = 25.82%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#63373B (or 0x63373B) is known color: Merlot. HEX triplet: 63, 37 and 3B. RGB value is (99,55,59). Sum of RGB (Red+Green+Blue) = 99+55+59=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #63373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63373B is #9CC8C4. Grayscale: #444444. Windows color (decimal): -10275013 or 3880803. OLE color: 3880803.

HSL color Cylindrical-coordinate representation of color #63373B: hue angle of 354.55º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63373B is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 55 59 -
CMYK 0 0.44 0.40 0.61
HSL 354.55º 0.29% 0.3% -
HSV(B) 354.55º 0.44% 0.39% -
XYZ 7.3 5.7 4.85 -
YUV 68.61 122.58 149.67 -
System Red Green Blue C M Y K H S L
Decimal 99 55 59 0 0.44 0.40 0.61 354.55 0.29 0.3
Hex 63 37 3B 0 2C 28 3D 163 1D 1E
Octal 143 67 73 0 54 50 75 543 35 36
Binary 1100011 110111 111011 0 101100 101000 111101 101100011 11101 11110

Color Harmonies of #63373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63373B

Black with #63373B

Text Example


Text Example

White with #63373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63373B; }

 p { color: rgb(99,55,59); }

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

background-color css

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

 a { background-color: rgb(99,55,59); }

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

border-color css

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

 span { border-color: rgb(99,55,59); }

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