Html Css Color HEX #673A3F Merlot

📋 copy color: '#673A3F'

red 103 ◦ green 58 ◦ blue 63

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

Shades of Merlot #673A3F

Tints of Merlot #673A3F

RGB

 RED value IS 103 (40.63% from 255) = 45.98%

 GREEN value IS 58 (23.05% from 255) = 25.89%

 BLUE value IS 63 (25% from 255) = 28.13%

R = 45.98%
G = 25.89%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.60

RGB Variations

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

Color information

#673A3F (or 0x673A3F) is known color: Merlot. HEX triplet: 67, 3A and 3F. RGB value is (103,58,63). Sum of RGB (Red+Green+Blue) = 103+58+63=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #673A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673A3F is #98C5C0. Grayscale: #484848. Windows color (decimal): -10012097 or 4143719. OLE color: 4143719.

HSL color Cylindrical-coordinate representation of color #673A3F: hue angle of 353.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #673A3F is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 58 63 -
CMYK 0 0.44 0.39 0.60
HSL 353.33º 0.28% 0.32% -
HSV(B) 353.33º 0.44% 0.4% -
XYZ 8 6.27 5.49 -
YUV 72.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 103 58 63 0 0.44 0.39 0.60 353.33 0.28 0.32
Hex 67 3A 3F 0 2C 27 3C 161 1C 20
Octal 147 72 77 0 54 47 74 541 34 40
Binary 1100111 111010 111111 0 101100 100111 111100 101100001 11100 100000

Color Harmonies of #673A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673A3F

Black with #673A3F

Text Example


Text Example

White with #673A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673A3F; }

 p { color: rgb(103,58,63); }

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

background-color css

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

 a { background-color: rgb(103,58,63); }

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

border-color css

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

 span { border-color: rgb(103,58,63); }

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