Html Css Color HEX #63343B Merlot

📋 copy color: '#63343B'

red 99 ◦ green 52 ◦ blue 59

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

Shades of Merlot #63343B

Tints of Merlot #63343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.76%

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

R = 47.14%
G = 24.76%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#63343B (or 0x63343B) is known color: Merlot. HEX triplet: 63, 34 and 3B. RGB value is (99,52,59). Sum of RGB (Red+Green+Blue) = 99+52+59=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63343B is #9CCBC4. Grayscale: #424242. Windows color (decimal): -10275781 or 3880035. OLE color: 3880035.

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

Color convert

RGB 99 52 59 -
CMYK 0 0.47 0.40 0.61
HSL 351.06º 0.31% 0.3% -
HSV(B) 351.06º 0.47% 0.39% -
XYZ 7.16 5.42 4.81 -
YUV 66.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 99 52 59 0 0.47 0.40 0.61 351.06 0.31 0.3
Hex 63 34 3B 0 2F 28 3D 15F 1F 1E
Octal 143 64 73 0 57 50 75 537 37 36
Binary 1100011 110100 111011 0 101111 101000 111101 101011111 11111 11110

Color Harmonies of #63343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63343B

Black with #63343B

Text Example


Text Example

White with #63343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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